Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: XueliHuo/CTSM

Tags

vHUO_CLM_ABoVE_DA

Toggle vHUO_CLM_ABoVE_DA's commit message
Fix a bug in calculating root respiration. The bug is root

respiration doesn't include the live coarse root maintenance
respiration. It should include the livecroot_mr according to the tech
note. See the fixation in src/biogeochem/CNVegCarbonFluxType.F90.
This change happened after the assimilation and free runs were
completed.

ctsm5.1.dev020

Toggle ctsm5.1.dev020's commit message
This adds in some changes that may be roundoff different in preparati…

…on for bringing in the changes

that allow turning on the bio-mass heat storage option. There's a few zeroed terms added to some calculations
in CanopyFluxes. The new terms are identical to what will come in for BHS except the zeroed terms are
not arrays here but scalars. I showed the new terms are only off by roundoff with a previous commit that added
explicit tests for the terms and verified it for two tests.

ctsm5.1.dev019

Toggle ctsm5.1.dev019's commit message
Fix ndep from coupler

There was a bug in ndep forcing (forc_ndep_grc) when receiving ndep from
CAM (ndep_from_cpl true). This first appeared in ctsm5.1.dev002. NDEP
forcings have been garbage since then when receiving ndep from CAM.

This tag fixes that issue.

ctsm1.0.dev105_fates_api14.1.0.n01

Toggle ctsm1.0.dev105_fates_api14.1.0.n01's commit message
This api update includes new history dimensions added by Greg Lemieux

branch_tags/fixes-for-pio2.n03_release-cesm2.2.01

Toggle branch_tags/fixes-for-pio2.n03_release-cesm2.2.01's commit message
Incorporate changes from ctsm1.0.dev110

Incorporate changes to ncdio_pio.F90.in and histFileMod.F90 from
ctsm1.0.dev110 (ESCOMP#1095).

I'm not sure why I didn't include these changes on this branch
initially; my best guess is that I just forgot about them.

ctsm5.1.dev018

Toggle ctsm5.1.dev018's commit message
Add ACTIVE (T/F) column to master hist fields table and alphabetize

ctsm5.1.dev017

Toggle ctsm5.1.dev017's commit message
Write history fields master list to separate optional file

User can choose to write the history fields master list in a separate
text file by setting hist_master_list_file = .true. in CTSM's namelist.

File contents follow recommended reStructuredText "simple table"
formatting (see
https://docutils.sourceforge.io/docs/user/rst/quickref.html#tables)
for use in CTSM documentation in the sphinx environment.

ctsm5.1.dev016

Toggle ctsm5.1.dev016's commit message
Various updates needed for NUOPC

Also adds mizuRoute as an external component

ctsm5.1.dev015

Toggle ctsm5.1.dev015's commit message
A few small fixes

(1) Fixes needed for PIO2 when running in pts/scam mode (from Jim
    Edwards and Bill Sacks)

(2) Fix mpi broadcast of hist_avgflag_pertape so that this namelist
    variable is applied properly (from Sunniva Indrehus, Keith Oleson
    and Bill Sacks)

(3) Fix invalid xml in namelist_definition_ctsm.xml

(4) Add point of interest code for debugging

branch_tags/fixes-for-pio2.n02_release-cesm2.2.01

Toggle branch_tags/fixes-for-pio2.n02_release-cesm2.2.01's commit message
Fixes to pio_get_var for single_column mode, needed for PIO2