Ignore:
Timestamp:
09/06/23 18:03:34 (10 months ago)
Author:
cetlod
Message:

NEMOv6.5 : Switch to NEMOv4.2.1 and PISCES gas, continuation

File:
1 edited

Legend:

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

    r6601 r6618  
    182182 
    183183   if [ X"${pisces_UserChoices_pis}" = X"y" ] ; then 
    184       echo "DeActivate pisces outputs" 
    185       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file31 enabled .TRUE. 
    186       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file32 enabled .TRUE. 
    187       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file33 enabled .TRUE. 
    188       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file34 enabled .TRUE. 
    189       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file35 enabled .TRUE. 
    190       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file36 enabled .TRUE. 
    191       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file37 enabled .TRUE. 
     184      echo "Activate pisces outputs" 
     185      [ ${VT1D_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file31 enabled .TRUE. 
     186      [ ${VT5D_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file32 enabled .TRUE. 
     187      [ ${VT1M_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file33 enabled .TRUE. 
     188      [ ${VT1M_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file34 enabled .TRUE. 
     189      [ ${VT1M_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file35 enabled .TRUE. 
     190      [ ${VT1Y_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file36 enabled .TRUE. 
     191      [ ${VT1Y_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file37 enabled .TRUE. 
    192192   fi 
    193193 
     
    239239      LGAS=.TRUE. 
    240240      cp namelist_top_p4z_gas_cfg  namelist_top_cfg 
    241       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file50 enabled .TRUE. 
    242       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file51 enabled .TRUE. 
     241      [ ${VT1M_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file60 enabled .TRUE. 
     242      [ ${VT1Y_ENABLE} = ".TRUE." ] && IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file61 enabled .TRUE. 
    243243   fi 
    244244## 
     
    272272         PisCos=${pisces_UserChoices_AtmCos} 
    273273    fi 
     274 
     275    # Manage the diurnal cycle in TOP 
     276    if [ X"${pisces_UserChoices_diurnal_cycle}" = X"y" ] ; then 
     277       TOP_LDCY=.TRUE. 
     278    else 
     279       TOP_LDCY=.FALSE. 
     280    fi 
     281 
    274282   ##-- Update namelist_top_cfg and namelist_pisces_cfg 
    275     IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_rsttr  ${TOP_LRSTTR} 
    276     IGCM_comp_modifyNamelist blocker    namelist_top_cfg     nn_rsttr  ${TOP_NRSTTR} 
    277     IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_age    ${TOP_AGE} 
    278     IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_cfc11  ${TOP_CFC11} 
    279     IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_cfc12  ${TOP_CFC12} 
    280     IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_sf6    ${TOP_SF6} 
    281     IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_c14    ${TOP_C14} 
     283    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_rsttr    ${TOP_LRSTTR} 
     284    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     nn_rsttr    ${TOP_NRSTTR} 
     285    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_age      ${TOP_AGE} 
     286    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_cfc11    ${TOP_CFC11} 
     287    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_cfc12    ${TOP_CFC12} 
     288    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_sf6      ${TOP_SF6} 
     289    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_c14      ${TOP_C14} 
     290    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_trcdc2dm ${TOP_LDCY} 
    282291    if [ X"${pisces_UserChoices_pis}" = X"y" ] ; then 
    283292       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  atcco2    ${PisCo2} 
Note: See TracChangeset for help on using the changeset viewer.