Skip to content

Commit caee314

Browse files
Only add CR_FILE when ATM = cam
1 parent 7854e6a commit caee314

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,8 +3995,8 @@ MLE:
39953995
"The path to the file containing the Cr fields."
39963996
datatype: string
39973997
value:
3998-
$OCN_GRID == "tx2_3v2": "mle-cr-mask_20250627.nc"
3999-
$OCN_GRID == "tx2_3v3": "mle_cr_labsea_mask_tx2_3v3_260306.nc"
3998+
$OCN_GRID == "tx2_3v2" and $COMP_ATM == "cam": "mle-cr-mask_20250627.nc"
3999+
$OCN_GRID == "tx2_3v3" and $COMP_ATM == "cam": "mle_cr_labsea_mask_tx2_3v3_260306.nc"
40004000
WAVE_ENHANCED_USTAR:
40014001
description: |
40024002
"default = False

param_templates/json/MOM_input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3285,8 +3285,8 @@
32853285
"description": "\"The path to the file containing the Cr fields.\"\n",
32863286
"datatype": "string",
32873287
"value": {
3288-
"$OCN_GRID == \"tx2_3v2\"": "mle-cr-mask_20250627.nc",
3289-
"$OCN_GRID == \"tx2_3v3\"": "mle_cr_labsea_mask_tx2_3v3_260306.nc"
3288+
"$OCN_GRID == \"tx2_3v2\" and $COMP_ATM == \"cam\"": "mle-cr-mask_20250627.nc",
3289+
"$OCN_GRID == \"tx2_3v3\" and $COMP_ATM == \"cam\"": "mle_cr_labsea_mask_tx2_3v3_260306.nc"
32903290
}
32913291
},
32923292
"WAVE_ENHANCED_USTAR": {

0 commit comments

Comments
 (0)