Changeset 4086
- Timestamp:
- 2013-10-21T15:20:22+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90
r3604 r4086 235 235 nday_year = 1 236 236 nsec_year = ndt05 237 IF( nsec1jan000 >= 2 * (2^30 - nsecd * nyear_len(1) / 2 ) ) THEN ! test integer 4 max value 238 CALL ctl_stop( 'The number of seconds between Jan. 1st 00h of nit000 year and Jan. 1st 00h ', & 239 & 'of the current year is exceeding the INTEGER 4 max VALUE: 2^31-1 -> 68.09 years in seconds', & 240 & 'You must do a restart at higher frequency (or remove this STOP and recompile everything in I8)' ) 241 ENDIF 237 242 nsec1jan000 = nsec1jan000 + nsecd * nyear_len(1) 238 243 IF( nleapy == 1 ) CALL day_mth
Note: See TracChangeset
for help on using the changeset viewer.