New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1823 for trunk/CONFIG/ORCA2_LIM/IGCM00/COMP/opa9.driver – NEMO

Ignore:
Timestamp:
2010-03-29T12:05:17+02:00 (14 years ago)
Author:
flavoni
Message:

corrected bug of cut&paste: yp1 instead of ym1 in opa9.driver, see ticket: #654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/IGCM00/COMP/opa9.driver

    r1811 r1823  
    120120              # if year+1 does not exist create a dummy file (NEMO will use same year) 
    121121         if  [ ! -f ${jobsbc_file_yp1} ] ; then 
    122              eval jobsbc_file_ym1=${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/${file}_${year}.nc 
    123                 eval runsbc_file_ym1=${file}_noy.nc 
     122             eval jobsbc_file_yp1=${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/${file}_${year}.nc 
     123                eval runsbc_file_yp1=${file}_noy.nc 
    124124         else 
    125              eval jobsbc_file_ym1=${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/${file}_$(( year + 1 )).nc 
    126              eval runsbc_file_ym1=${file}_y$(( year + 1 )).nc 
     125             eval jobsbc_file_yp1=${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/${file}_$(( year + 1 )).nc 
     126             eval runsbc_file_yp1=${file}_y$(( year + 1 )).nc 
    127127         fi 
    128128         IGCM_sys_Get ${jobsbc_file_yp1} ${runsbc_file_yp1} 
Note: See TracChangeset for help on using the changeset viewer.