-
Notifications
You must be signed in to change notification settings - Fork 347
Update the What's New ctsm5.4 file #3670
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
9c2b2e5
Update to notes about the actual tag with the carbon isotopes details…
ekluzek 9c2397c
Just rename some of the files to markdown
ekluzek fd2d0df
Add some notes about things not tested or deprecated
ekluzek 5705845
Convert to markdown format
ekluzek c182641
Convert to markdown and update content
ekluzek 5eff156
Turn into a markdown file
ekluzek 0935964
Convert to markdown
ekluzek f3cb465
Add the release notes into a What's new file for ctsm5.2 release
ekluzek bc649bc
Add some notes about how NUOPC came in and MCT was deprecated and rem…
ekluzek a176541
Some changes to the markdown formatting
ekluzek 8f47ab3
Update doc/Quickstart.GUIDE.md
ekluzek 01e6ce6
Properly handle NOTE and TIP
ekluzek 8bd8f38
Merge branch 'update_whatsnew5.4' of github.com:ekluzek/CTSM into upd…
ekluzek ba02bc7
NOTE and TIP need a > at the start
ekluzek f8bcade
Change includes for the README files to markdown
ekluzek df5066f
Apply suggestions from code review
ekluzek 4586897
Merge branch 'b4b-dev' into update_whatsnew5.4
ekluzek 378d273
Apply suggestions from code review
ekluzek 07ba5b3
Update doc/README.CHECKLIST.master_tags.md
ekluzek 165ae5d
Update doc/README.CHECKLIST.master_tags.md
ekluzek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,87 @@ | ||
| # Important Notes on Experimental Features of CTSM | ||
|
|
||
| Namelist items that are not regularly tested or used. Some aren't even implemented. | ||
|
|
||
| See | ||
|
|
||
| '../bld/namelist_files/namelist_definition_ctsm.xml' -- for definitions of all namelist variables | ||
|
|
||
| ## CTSM experimental namelist items | ||
|
|
||
| The following are tested but not on by default (for any physics) | ||
|
|
||
| - all_active | ||
| - allow_invalid_gdd20_season_inputs | ||
| - h2osfcflag (deprecated) | ||
| - use_nvmovement | ||
| - use_soil_moisture_streams | ||
|
|
||
| The following are NOT currently tested nor turned on by default: | ||
|
|
||
| - allowlakeprod | ||
| - allow_invalid_swindow_inputs | ||
| - carbon_resp_opt | ||
| - ch4offline | ||
| - CN_evergreen_phenology_opt | ||
| - CNratio_floating | ||
| - do_sno_oc | ||
| - finundation_method = h2osfc | ||
| - maxpatch_glc /= 10 | ||
| - megan_use_gamma_sm | ||
| - no_frozen_nitrif_denitrif | ||
| - overburden_compress_tfactor | ||
| - override_bgc_restart_mismatch_dump | ||
| - perchroot | ||
| - perchroot_alt | ||
| - pertlim (deprecated) | ||
| - reduce_dayl_factor (not implemented, it's commented out in the code) | ||
| - replenishlakec | ||
| - rooting_profile_method_soilcarbon (DELETE) | ||
| - rooting_profile_varindex_carbon /= 2 | ||
| - rooting_profile_varindex_water /= 1 | ||
| - snicar_dust_optics /= sahara | ||
| - snicar_numrad_snw /= 5 | ||
| - snicar_snobc_intmix /= TRUE | ||
| - snicar_snodst_intmix /= TRUE | ||
| - snicar_snw_shape /= hexagonal_plate | ||
| - snicar_solarspec /= mid_latitude_winter | ||
| - snicar_use_aerosol /= FALSE | ||
| - urban_traffic (not implemented) | ||
| - use_cndv (deprecated) | ||
| - use_extralakelayers | ||
| - usefrootc | ||
| - usephfact | ||
| - use_vichydro (deprecated) | ||
| - vcmax_opt = 4 | ||
|
|
||
| ## FATES experimental namelist items | ||
|
|
||
| FATES is a relatively new subcomponent of CTSM | ||
| Almost all FATES options include "fates" in the name | ||
|
|
||
| The following are tested, but not turned on by default: | ||
|
|
||
| - fates_seeddisp_cadence > 0 | ||
| - fates_parteh_mode > 1 | ||
| - use_fates_planthydro | ||
| - use_fates_managed_fire | ||
| - use_fates_tree_damage | ||
| - use_fates_cohort_age_tracking | ||
| - use_fates_lupft | ||
| - use_fates_potentialveg | ||
| - use_fates_ed_st3 | ||
|
|
||
| The following are NOT currently tested nor turned on by default: | ||
|
|
||
| - fates_spitfire_mode == 2 | ||
| - fates_spitfire_mode == 5 | ||
| - fates_hydro_solver /= 2DPicard | ||
| - fates_photosynth_acclimation == kumarathunge2019 | ||
| - fates_cstarvation_model == exponential | ||
| - fates_stomatal_assimilation = = gross | ||
| - fates_stomatal_model == medlyn2011 | ||
| - fates_leafresp_model == atkin2017 | ||
| - use_fates_potentialveg | ||
| - use_fates_daylength_factor == FALSE | ||
| - fates_history_dimlevel == 0 | ||
|
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| # Quick-Start to Using NUOPC Scripts for ctsm6_0 | ||
| --- | ||
|
|
||
| ## Assumptions: | ||
|
|
||
| You want to use Derecho with ctsm6_0 BGC | ||
| to do a CTSM simulation with data atmosphere and the | ||
| latest CRUJRA atm forcing files and settings. You also want to cycle | ||
| the CRUJRA atm data between 1950 to 2010 and you want to run at | ||
| 0.9x1.25 degree resolution. | ||
|
|
||
| ## Process: | ||
|
|
||
| ### Create the case | ||
|
|
||
| ``` shell | ||
| cd cime/scripts | ||
|
|
||
| ./create_newcase --case <testcase> --mach derecho --res f09_t232 -compset I2000Clm60BgcCrop | ||
| # (./create_newcase -help -- to get help on the script) | ||
|
|
||
| # Setup the case | ||
|
|
||
| cd <testcase> | ||
| ./xmlchange id1=val1,id2=val2 # to make changes to any settings in the env_*.xml files | ||
| ./case.setup | ||
| #(./case.setup -help -- to get help on the script) | ||
|
|
||
| # Add any namelist changes to the user_nl_* files | ||
|
|
||
| $EDITOR user_nl_* | ||
|
|
||
| # Compile the code | ||
|
|
||
| ./case.build | ||
|
|
||
| # Submit the run | ||
|
|
||
| ./case.submit | ||
|
|
||
| ``` | ||
|
|
||
| ## Information on Compsets: | ||
|
|
||
| "I" compsets are the ones with CTSM and NUOPC driver and CDEPS data models without ice and ocean. | ||
| Most of the "I" compsets are for clm6_0 physics and use the CRUJRA-2024 data with solar following | ||
| the cosine of solar zenith angle, precipitation constant, and other | ||
| variables linearly interpolated in time (and with appropriate time-stamps on | ||
| the date). Previous CMIP6 simulations with clm5_0 physics used GSWP3 atmospheric forcing. | ||
|
|
||
| To get a list of the "I" compsets use the `query_config` utility in `cime/scripts` | ||
|
|
||
| ``` shell | ||
| cd cime/scripts | ||
| ./query_config --compsets clm | ||
| ``` | ||
|
|
||
| ## Automatically resubmitting jobs: | ||
|
|
||
| After doing a short simulation that you believe is correct | ||
|
|
||
| ``` shell | ||
| ./xmlchange CONTINUE_RUN=TRUE | ||
|
|
||
| # Change RESUBMIT to number greater than 0, and CONTINUE_RUN to TRUE... | ||
|
|
||
| ./case.submit | ||
| ``` |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.