Please fill in all relevant information below, deleting the red text after you have read it.
Before submitting a help request, please check to see if your question is already answered:
- Search the forums for similar issues
- Check the CIME troubleshooting guide to see if any suggestions there solve your problem
- Check any other relevant CESM documentation
What version of the code are you using?
- CESM staff members will mainly provide answers for supported model versions, as outlined in the CESM support policy, and can only provide limited help for versions that are no longer supported. You may ask questions about unsupported versions, but may need to rely on community answers.
- For CESM2.1.2 onwards run the script ./describe_version from the top level of your CESM clone to find the version
- From older model versions, provide the output from running the following commands from the top level of your CESM clone
> git describe
> ./manage_externals/checkout_externals --status --verbose
cmeps at tag cmeps1.0.6
and
models/csm_share https://svn-ccsm-models.cgd.ucar.edu/csm_share/release_tags/cesm1_2_x_n02_share3_130715
Have you made any changes to files in the source tree?
- Describe any changes (code, xml files, etc.)
no change
Describe every step you took leading up to the problem:
- Describe every step you took, starting with the create_newcase command and including any changes you made to xml files, user_nl files, etc. Please try to reproduce the problem first using your own instructions.
./create_newcase --compiler intel --mpilib impi --compset B1850 --res f19_g16 --drive nuopc --run-unsupported
If this is a port to a new machine: Please attach any files you added or changed for the machine port (e.g., config_compilers.xml, config_machines.xml, and config_batch.xml) and tell us the compiler version you are using on this machine.
Please attach any log files showing error messages or other useful information.
- If the error occurs during the build, please attach the appropriate build log file showing the compilation error message.
- If the error occurs during the run, please attach all log files from the run (cpl.log, cesm.log and all component log files).
no errors
Describe your problem or question:
Hi,
I am a noob here.
The new and old coupler both calculate Faxx_sen with tbot-tocn using subroutine flux_atmOcn in cmeps/cesm/flux_atmocn/shr_flux_mod.F90
However, Faxx_sen seem to have an enthalpy correction term added with subroutine med_phases_prep_ocn_accum in cmeps/mediator/med_phases_prep_ocn_mod.F90
I cannot find the corresponding code in the old mct coupler(csm_share). Did I miss anything or this is the new feature added?
Regards,
Simon
Before submitting a help request, please check to see if your question is already answered:
- Search the forums for similar issues
- Check the CIME troubleshooting guide to see if any suggestions there solve your problem
- Check any other relevant CESM documentation
What version of the code are you using?
- CESM staff members will mainly provide answers for supported model versions, as outlined in the CESM support policy, and can only provide limited help for versions that are no longer supported. You may ask questions about unsupported versions, but may need to rely on community answers.
- For CESM2.1.2 onwards run the script ./describe_version from the top level of your CESM clone to find the version
- From older model versions, provide the output from running the following commands from the top level of your CESM clone
> git describe
> ./manage_externals/checkout_externals --status --verbose
cmeps at tag cmeps1.0.6
and
models/csm_share https://svn-ccsm-models.cgd.ucar.edu/csm_share/release_tags/cesm1_2_x_n02_share3_130715
Have you made any changes to files in the source tree?
- Describe any changes (code, xml files, etc.)
no change
Describe every step you took leading up to the problem:
- Describe every step you took, starting with the create_newcase command and including any changes you made to xml files, user_nl files, etc. Please try to reproduce the problem first using your own instructions.
./create_newcase --compiler intel --mpilib impi --compset B1850 --res f19_g16 --drive nuopc --run-unsupported
If this is a port to a new machine: Please attach any files you added or changed for the machine port (e.g., config_compilers.xml, config_machines.xml, and config_batch.xml) and tell us the compiler version you are using on this machine.
Please attach any log files showing error messages or other useful information.
- If the error occurs during the build, please attach the appropriate build log file showing the compilation error message.
- If the error occurs during the run, please attach all log files from the run (cpl.log, cesm.log and all component log files).
no errors
Describe your problem or question:
Hi,
I am a noob here.
The new and old coupler both calculate Faxx_sen with tbot-tocn using subroutine flux_atmOcn in cmeps/cesm/flux_atmocn/shr_flux_mod.F90
However, Faxx_sen seem to have an enthalpy correction term added with subroutine med_phases_prep_ocn_accum in cmeps/mediator/med_phases_prep_ocn_mod.F90
I cannot find the corresponding code in the old mct coupler(csm_share). Did I miss anything or this is the new feature added?
Regards,
Simon