Changeset 295 for LMDZ.3.3/branches/rel-LF/libf/dyn3d
- Timestamp:
- Nov 26, 2001, 2:47:57 PM (23 years ago)
- Location:
- LMDZ.3.3/branches/rel-LF/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/abort_gcm.F
r206 r295 20 20 call histclo 21 21 call restclo 22 c call getin_dump 22 23 c call histclo(2) 23 24 c call histclo(3) -
LMDZ.3.3/branches/rel-LF/libf/dyn3d/gcm.F
r232 r295 306 306 t_ops = iecri * daysec 307 307 t_wrt = iecri * daysec 308 CALL inithist(dynhist_file,day_ini,anne_ini,time_step,309 . t_ops, t_wrt, nqmx, histid, histvid)308 C CALL inithist(dynhist_file,day_ini,anne_ini,time_step, 309 c . t_ops, t_wrt, nqmx, histid, histvid) 310 310 311 311 t_ops = iperiod * time_step … … 595 595 nbetat = nbetatdem 596 596 CALL geopot ( ip1jmp1, teta , pk , pks, phis , phi ) 597 CALL writehist( histid, histvid, nqmx, itau,vcov ,598 , ucov,teta,phi,q,masse,ps,phis)597 c CALL writehist( histid, histvid, nqmx, itau,vcov , 598 c , ucov,teta,phi,q,masse,ps,phis) 599 599 600 600 … … 682 682 nbetat = nbetatdem 683 683 CALL geopot ( ip1jmp1, teta , pk , pks, phis , phi ) 684 CALL writehist( histid, histvid, nqmx, itau,vcov ,685 , ucov,teta,phi,q,masse,ps,phis)684 c CALL writehist( histid, histvid, nqmx, itau,vcov , 685 c , ucov,teta,phi,q,masse,ps,phis) 686 686 ENDIF 687 687
Note: See TracChangeset
for help on using the changeset viewer.