Opened 9 years ago
Closed 7 years ago
#92 closed defect (fixed)
Error in lmdz.driver in v6 for CARBON_CYCLE
Reported by: | jgipsl | Owned by: | igcmg |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | config_v6 | Version: | |
Keywords: | Cc: |
Description
In lmdz.driver in ATM_Carbon_Update, rev 2410, the follwing section can not work since the change by using IGCM_comp_modifyDefFile :
if [ ${lmdz_UserChoices_CARBON_CYCLE} = historical ] ; then # Modify co2_ppm in config.def only for historical run # If not historical run, keep co2_ppm value set earlier by IGCM_comp_modifyDefFile IGCM_comp_modifyDefFile nonblocker config.def co2_ppm ${CO2_ppm} fi
The function IGCM_comp_modifyDefFile can only change the value of a parameter if it is equal AUTO.
Change History (1)
comment:1 Changed 7 years ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The option force can be used with IGCM_comp_modifyDefFile to overwrite a value even if it is not set =AUTO.
Done [2841]