Changeset 3615 for trunk/LMDZ.COMMON/libf/dyn3d
- Timestamp:
- Feb 10, 2025, 8:42:03 AM (4 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/dyn3d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
r2859 r3615 176 176 !Config Help = Heure de depart de la simulation 177 177 !Config en jour 178 starttime = 0 179 CALL getin('starttime',starttime) 180 178 if (raz_date/=0) then ! should only be used when manually reseting dates 179 starttime = 0 180 CALL getin('starttime',starttime) 181 endif 182 181 183 ! Mars: time of start for run in "start.nc" (when there are multiple time 182 184 ! steps stored in the file) -
trunk/LMDZ.COMMON/libf/dyn3d/gcm.F90
r3574 r3615 315 315 IF(dtvr.NE.zdtvr) THEN 316 316 WRITE(lunout,*) & 317 'WARNING!!! changement de pas de temps',dtvr,'>',zdtvr317 'WARNING!!! time step change: ',dtvr,'>',zdtvr 318 318 ENDIF 319 319 dtvr=zdtvr 320 320 321 321 ! 322 ! on remet le calendrier a zero si demande 323 ! 324 IF (start_time /= starttime) then 325 WRITE(lunout,*)' GCM: Attention l''heure de depart lue dans le' & 326 ,' fichier restart ne correspond pas a celle lue dans le run.def' 327 IF (raz_date == 1) then 328 WRITE(lunout,*)'Je prends l''heure lue dans run.def' 329 start_time = starttime 330 ELSE 331 call abort_gcm("gcm", "'Je m''arrete'", 1) 332 ENDIF 322 ! reset calendar if requested 323 ! 324 IF (raz_date == 1) then 325 WRITE(lunout,*)'Reinitializing to start time from run.def' 326 start_time = starttime 333 327 ENDIF 328 334 329 IF (raz_date == 1) THEN 335 330 annee_ref = anneeref -
trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
r2544 r3615 919 919 endif 920 920 else 921 CALL dynredem1("restart.nc", start_time,921 CALL dynredem1("restart.nc",JH_cur, 922 922 & vcov,ucov,teta,q,masse,ps) 923 923 endif … … 1072 1072 endif 1073 1073 else 1074 CALL dynredem1("restart.nc", start_time,1074 CALL dynredem1("restart.nc",JH_cur, 1075 1075 & vcov,ucov,teta,q,masse,ps) 1076 1076 endif
Note: See TracChangeset
for help on using the changeset viewer.