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 1616 – NEMO

Changeset 1616


Ignore:
Timestamp:
2009-08-12T15:31:39+02:00 (15 years ago)
Author:
flavoni
Message:

Fixed a little bug for interannaul run, see ticket : #524

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/COMP/opa9.driver

    r1615 r1616  
    8181       eval jobsbc_file_yp1=${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/${file}_$(( year + 1 )).nc 
    8282     # Copy of List_jobsbc in List_runsbc if this last one is empty  
    83             if [ X${opa9_Interannual_List_runsbc[$i]} = X${NULL_STR} ] ; then 
     83            if [ X${opa9_Interannual_List_runsbc[0]} = X${NULL_STR} ] ; then 
    8484         eval fileo=${opa9_Interannual_List_jobsbc[$i]} 
    8585               eval runsbc_file_ym1=${file}_y$(( year - 1 )).nc 
Note: See TracChangeset for help on using the changeset viewer.