source: CMIP6/PAMIP/CM6-pdSST-futAntSIC-072/readme @ 5231

Last change on this file since 5231 was 5231, checked in by ggalod, 4 years ago

sauvegarde exp PAMIP

File size: 321 bytes
Line 
1In ../../../libIGCM/libIGCM_config/libIGCM_config.ksh
2L406
3old
4        (( PeriodLengthInDays  = PeriodLengthInDays + $( IGCM_date_DaysInMonth $year $(( 10#${month} + ${i} - 12 )) ) ))
5new
6        (( PeriodLengthInDays  = PeriodLengthInDays + $( IGCM_date_DaysInMonth $(( year + 1 )) $(( 10#${month} + ${i} - 12 )) ) ))
7
Note: See TracBrowser for help on using the repository browser.