Ignore:
Timestamp:
07/03/18 11:41:59 (6 years ago)
Author:
cetlod
Message:

Consolidation of NEMO_v6 for OMIP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/pisces.driver

    r3854 r3961  
    172172   fi 
    173173 
     174   if [ X"${pisces_UserChoices_Co2Anthr}" = X"y" ] ; then 
     175      LCO2INT=.TRUE. 
     176   else 
     177      LCO2INT=.FALSE. 
     178   fi 
    174179   ##-- Update namelist_top_cfg and namelist_pisces_cfg 
    175180    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_rsttr  ${TOP_LRSTTR} 
    176181    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     nn_rsttr  ${TOP_NRSTTR} 
     182    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  ln_co2int ${LCO2INT} 
    177183    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  atcco2    ${pisces_UserChoices_AtmCo2} 
     184    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nrdttrc   ${pisces_UserChoices_PisFreq} 
    178185    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nn_pisdmp ${OPA_NPDT_YEAR} 
    179     IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nrdttrc   ${pisces_UserChoices_PisFreq} 
    180186 
    181187  
Note: See TracChangeset for help on using the changeset viewer.