Ignore:
Timestamp:
11/13/19 13:22:41 (4 years ago)
Author:
cetlod
Message:

Minor correction in NEMO driver

File:
1 edited

Legend:

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

    r4198 r4800  
    7777       while [ $i -lt ${NbFileInter} ] ; do 
    7878          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 
     79          cp ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_m1}.nc  ${file}_y${year_m1}.nc 
     80          cp ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing}.nc     ${file}_y${year}.nc 
     81          cp ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_p1}.nc  ${file}_y${year_p1}.nc 
    8282          (( i = i + 1 )) 
    8383       done 
Note: See TracChangeset for help on using the changeset viewer.