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.
user/flavoni/libIGCM (diff) – NEMO

Changes between Version 132 and Version 133 of user/flavoni/libIGCM


Ignore:
Timestamp:
2009-01-23T16:17:33+01:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM

    v132 v133  
    316316 in lines 141-151 
    317317 
    318  case ${config_UserChoices_CalendarType} in 
    319                leap) 
    320                ORCA_NLEAPY=1;; 
    321                noleap) 
    322                ORCA_NLEAPY=0;; 
    323                360d) 
    324                ORCA_NLEAPY=30;; 
    325        esac 
     318 case ${config_UserChoices_CalendarType} in [[BR]] 
     319               leap)[[BR]] 
     320               ORCA_NLEAPY=1;;[[BR]] 
     321               noleap)[[BR]] 
     322               ORCA_NLEAPY=0;;[[BR]] 
     323               360d)[[BR]] 
     324               ORCA_NLEAPY=30;;[[BR]] 
     325       esac[[BR]] 
    326326 
    327327 in line 158