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/opa9.driver

    r3884 r3961  
    7575       (( year_forcing_p1 = ${year_forcing} + 1)) 
    7676       (( i = 0 )) 
    77         while [ $i -lt ${NbFileInter} ] ; do 
    78            eval file=${opa9_UserChoices_ListForcing[$i]} 
    79            IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_m1}.nc  ${file}_y${year_m1}.nc 
    80            IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing}.nc     ${file}_y${year}.nc 
    81            IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_p1}.nc  ${file}_y${year_p1}.nc 
    82            (( i = i + 1 )) 
    83         done 
     77       while [ $i -lt ${NbFileInter} ] ; do 
     78          eval file=${opa9_UserChoices_ListForcing[$i]} 
     79          IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_m1}.nc  ${file}_y${year_m1}.nc 
     80          IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing}.nc     ${file}_y${year}.nc 
     81          IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_p1}.nc  ${file}_y${year_p1}.nc 
     82          (( i = i + 1 )) 
     83       done 
     84 
     85       if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     86          IGCM_sys_Get ${R_IN}/CMIP6/${config_UserChoices_LongName}/${config_UserChoices_ModelName}/${config_UserChoices_ExperimentName}/${config_UserChoices_Member}/${year_forcing}/dr2xml_nemo.xml  dr2xml_opa9.xml 
     87       fi 
    8488    fi 
    8589 
Note: See TracChangeset for help on using the changeset viewer.