This component calculates fluxes between the model components on the exchange grid.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Sven Karsten 001c136423 Reverted accidental commit 8 months ago
src Reverted accidental commit 8 months ago
.gitignore Added gitignore file 2 years ago
Readme.md Updated Readme.md, prepare release of 1.02.00 9 months ago
build.sh Updated build.sh 9 months ago
build_haumea.sh Changed permissions to executable 2 years ago
build_hlrnb.sh Changed permissions to executable 2 years ago
build_hlrng.sh First version for bias correction in flux_calculator 8 months ago
build_phy-2.sh Changed permissions to executable 2 years ago
start_build_haumea.sh Changed permissions to executable 2 years ago
start_build_hlrnb.sh Changed permissions to executable 2 years ago
start_build_hlrng.sh Changed permissions to executable 2 years ago
start_build_phy-2.sh Changed permissions to executable 2 years ago

Readme.md

Purpose, Description

This is the flux calculator component of the IOW ESM. All coupling fields that are communicated between atmospheric and bottom models are passed through or calculated by this component. The commnuicated information is mapped from the models' grid to the exchange grid and vice versa.

Authors

Versions

1.02.00 (latest release)

date author(s) link
2022-12-22 SK 1.02.00

changes

  • fluxes can now be calculated according to
    • the MOM5 ocean model (formulars the same as in CCLM but with different transfer coefficients)
    • the RCO ocean model, Meier et al., SMHI REPORTS OCEANOGRAPHY No. 26, August 1999
    • caution this is still a bit experimental

dependencies

  • OASIS3-MCT libraries
  • see build scripts for more dependencies

known issues

  • none so far

tested with

  • intensively tested on both HLRN machines
    • using example setups available under: (coupled) /scratch/usr/mviowmod/IOW_ESM/setups/ MOM5_Baltic-CCLM_Eurocordex/example_8nm_0.22deg/1.00.00
  • can be built and run on Haumea but output is not intensively tested

1.01.00

date author(s) link
2022-05-31 SK 1.01.00

changes

  • flux calculator can now run in parallel
  • each flux calculator instance is responsible only for a small part of the exchange grid

dependencies

  • OASIS3-MCT libraries
  • see build scripts for more dependencies

known issues

  • none so far

tested with

  • intensively tested on both HLRN machines
    • using example setups available under: (coupled) /scratch/usr/mviowmod/IOW_ESM/setups/ MOM5_Baltic-CCLM_Eurocordex/example_8nm_0.22deg/1.00.00
  • can be built and run on Haumea but output is not intensively tested

1.00.00

date author(s) link
2022-01-28 SK, HR 1.00.00

changes

  • initial release
  • flux calculator can couple MOM5 ocean model and CCLM atmospheric model
  • usinf the input file flux_calculator.nml it can create a namcouple file that is used by the OASIS3 coupler

dependencies

  • OASIS3-MCT libraries
  • see build scripts for more dependencies

known issues

  • none so far

tested with

  • intensively tested on both HLRN machines
    • using example setups available under: (coupled) /scratch/usr/mviowmod/IOW_ESM/setups/ MOM5_Baltic-CCLM_Eurocordex/example_8nm_0.22deg/1.00.00
  • can be built and run on Haumea but output is not intensively tested