-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR to test openacc in main #632
Open
basava70
wants to merge
400
commits into
openacc_test_main
Choose a base branch
from
main
base: openacc_test_main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…cer gradients. Its was decided to use tr^n, which means that the tr_AB can be kicked out from the DVD computation
…e first ones isnt need anymore due to the AB2/3 order update, the later one isnt need anymore due to the fixed bug from tracer synchronisation of the tracer gradient computation
…esold(1, :, :), therefor allocate new array for trstar= (trold + tr)*0.5_WP
…issolved Iron) Dissolved iron concentration is limited by the cut-off value 0.6 (umol/m3) in deep Eastern Equatorial Pacific. High concentration of dissolved iron in deep ocean disperses in all directions quickly. After several decades, mid-ocean iron concentration reaches higher levels. Exclude the depths shallower than 2000 m.
Read the correct file for DIC during initialisation. Keep the initial surface ocean alkalinity in Alk_surf. There is an option to read preindustrial or modern Dissolved Inorganic Carbon (DIC). It is controlled via DIC_PI switch in namelist.recom. Alk_surf holds the initial state of surface ocean alkalinity. Iterated alkalinity field is nudged to Alk_surf to keep the model drift plausible.
Add REcoM and MOCSY2.0 routines for the ecosystem and carbonate chemistry in the ocean Basic coupled FESOM2.5-REcoM setup with 2 phytoplankton, 1 zooplankton and 1 detritus functional types. Tracers are restructured to be operated within water column. CO2 and O2 fluxes are calculated in recom_forcing.F90 using MOCSY2.0 routines.recom_sms.F90 has the sources minus sink terms. BREAKING CHANGE: FESOM2.5-REcoM setup with 2p1z1d
Use Diags in namelist.recom to compute diagnostics Several 2D and 3D fields are saved to monitor the model performance. 2D fields include net primary production, respiration, chlorophyll of phytoplankton groups. 3D fields include PAR, calcite dissolution, calcification as well as aggregation, respiration and net primary production of small phytoplankton/diatoms in the water column are computed.
Add second and third zooplankton classes in addition to second detritus class to REcoM Standard REcoM version with 2 phytoplankton (small pytoplankton and diatoms), 3 zooplankton (micro-, meso- and macrozooplankton) and 2 detritus (slow- and fast-sinking) functional types. Vertical sinking for fast-sinking detritus is assumed to be constant whereas slow-sinking detritus variable sinking has variable sinking option. BREAKING CHANGE: FESOM2.5-REcoM version with 2p3z2d
Add third phytoplankton (coccolithophores) and associated output variables Standard REcoM version with 3 phytoplankton (small pytoplankton, diatoms and coccolithophores), 3 zooplankton (micro-, meso- and macrozooplankton) and 2 detritus (slow- and fast-sinking) functional types. __coccos decides the background vertical sinking speed of intracellular calcite concentration (VCocco in case of __coccos otherwise VPhy) including depth dependency. The list of output files is extended with coccolithophores related variables.
Updates 2.5.0.4 de
CO2 dependence of photosynthesis rate, the formation and dissolution of CaCO3 by coccolithophores and oxygen dependency of organic matter remineralisation. Use namelist.recom to activate ballasting, CO2lim, OmegaC_diss and O2dep_remin. Carbonate chemistry is computed at every tracer point. Sinking velocity of particle (fast and slow) is scaled by particle density and/or water viscosity (optional). Ocean carbonate chemistry is calculated in/below the euphoric zone weekly/monthly using MOCSY2.0 routines. The output variables are used to compute OmegaC dependent calcite dissolution (before depth dependent) and CO2 dependence on the photosynthesis rate of phytoplankton groups. Organic matter remineralisation rate is not only depend on temperature but also O2 concentration. Namelist.recom in config/bin_3p3z2d folder is updated.
…is the improved sea ice thermodynamics for coupling with IFS/OpenIFS
Workbench mainf26 icepack
delete unused files
fix MPI_ABORT in oifs context after change to 'use mpi'
…wise the channel configuration runs into EOF file reading problems, searching for the icebergs section
change namelist.config.toy_soufflet
Fix/ibhf ocea ale tra
…ocean layer can uptake latent heat flux
This is not needed here and it leads to circular module dependencies, preventing compilation with some compiler(-versions). This should fix #646. Co-authored-by: dsidoren <[email protected]>
Remove superfluous 'use MOD_PARSUP' from clock_init
Fix/wave erosion
Make a proper error message with the path where the file was expected and do proper mpi_abort.
Improve error handling for open files for clock file and mesh file
Why are there 355 changed files, was your local branch that old ? |
I am still fixing this. I need few days time. It is before 2.6 and most of the changes I assume came from CPU side. |
Add brackets around the constant -2.0_WP and remove an extranous , in the iceberg code
Fix compilation on LUMI with cray 16.0.1
Update io_meandata.F90
…e ice-covered fraction. They can be added to IO through adding h_snow & h_ice in namelist.io
with Sebastian we addec computation of snow and ice thickness over th…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.