Skip to content

Commit

Permalink
Merge branch 'master' into 798-no-NEMO-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
treerink committed Feb 7, 2024
2 parents 22bc5ee + fed5c3c commit cd4f0a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ece2cmor3/resources/lpjgpar.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"target": "cLand"
},
{
"source": "cLand_1st",
"target": "cLand_1st"
"source": "cLand1st",
"target": "cLand1st"
},
{
"source": "cLandYr",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
],
"Emon": [
"cLand",
"cLand_1st",
"cLand1st",
"cLitterCwd",
"cLitterSubSurf",
"cLitterSurf",
Expand Down
6 changes: 3 additions & 3 deletions ece2cmor3/scripts/add-lpjg-cc-diagnostics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "$#" -eq 0 ]; then
# Add:
# Eyr cFluxYr
# Eyr cLandYr
# Emon cLand_1st
# Emon cLand1st

# Add all water related variables and tsl to new created LPJG CMOR tables,
# because the same variables delivered by HTESSEL have the preference as
Expand Down Expand Up @@ -121,7 +121,7 @@ if [ "$#" -eq 0 ]; then
' ${table_file_Eyr}

sed -i '/"cLitterCwd": {/i \
"cLand_1st": { \
"cLand1st": { \
"frequency": "mon", \
"modeling_realm": "land", \
"standard_name": "mass_content_of_carbon_in_vegetation_and_litter_and_soil_and_forestry_and_agricultural_products", \
Expand All @@ -131,7 +131,7 @@ if [ "$#" -eq 0 ]; then
"long_name": "Total Carbon in All Terrestrial Carbon Pools", \
"comment": "Report missing data over ocean grid cells. For fractional land report value averaged over the land fraction. Non CMOR standard, but added by the EC-Earth Consortium within the OptimESM project.", \
"dimensions": "longitude latitude time", \
"out_name": "cLand_1st", \
"out_name": "cLand1st", \
"type": "real", \
"positive": "", \
"valid_min": "", \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def check_obsolete(fname):
log.info("Non-cmor target found (see #575 later added) in %s: %s" % (fname, tvar))
elif tvar in ["tosa", "ta23r", "ta36", "ua23r", "ua36", "va23r", "va36", "hus23r", "hus36", "tsl4sl"]:
log.info("Non-cmor target found (see #664) in %s: %s" % (fname, tvar))
elif tvar in ["cLand_1st", "cFluxYr", "cLandYr"]:
elif tvar in ["cLand1st", "cFluxYr", "cLandYr"]:
log.info("Non-cmor target found (see #778 & #782) in %s: %s" % (fname, tvar))
elif tvar in ["conccnmode01", "conccnmode02", "conccnmode03", "conccnmode04", "conccnmode05", "conccnmode06", "conccnmode07", "mmraerh2omode01", "mmraerh2omode02", "mmraerh2omode03", "mmraerh2omode04", "mmrbcmode02", "mmrbcmode03", "mmrbcmode04", "mmrbcmode05", "mmrdustmode03", "mmrdustmode04", "mmrdustmode06", "mmrdustmode07", "mmroamode02", "mmroamode03", "mmroamode04", "mmroamode05", "mmrso4mode01", "mmrso4mode02", "mmrso4mode03", "mmrso4mode04", "mmrsoamode01", "mmrsoamode02", "mmrsoamode03", "mmrsoamode04", "mmrsoamode05", "mmrssmode03", "mmrssmode04", "ald2", "c2h4", "c2h5oh", "ch3cocho", "ch3o2h", "ch3o2no2", "ch3oh", "h2o2", "h2so4", "hcooh", "hno4", "hono", "ispd", "mcooh", "msa", "n2o5", "nh3", "ole", "orgntr", "par", "rooh", "terp"]:
log.info("Non-cmor target found (see #775) in %s: %s" % (fname, tvar))
Expand Down
2 changes: 1 addition & 1 deletion ece2cmor3/scripts/generate-lpjguess.json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare -a arr=(
"cCwd"
"cFluxYr"
"cLand"
"cLand_1st"
"cLand1st"
"cLandYr"
"cLeaf"
"cLitter"
Expand Down

0 comments on commit cd4f0a2

Please sign in to comment.