Changeset 1454 for LMDZ5/trunk/libf/dyn3d/gcm.F
- Timestamp:
- Nov 18, 2010, 1:01:24 PM (14 years ago)
- Location:
- LMDZ5/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk
- Property svn:mergeinfo changed
/LMDZ5/branches/LMDZ5V1.0-dev (added) merged: 1436-1438,1441-1449,1452-1453
- Property svn:mergeinfo changed
-
LMDZ5/trunk/libf/dyn3d/gcm.F
r1403 r1454 249 249 endif 250 250 251 if (planet_type.eq."earth") then 252 #ifdef CPP_EARTH 251 ! if (planet_type.eq."earth") then 253 252 ! Load an Earth-format start file 254 253 CALL dynetat0("start.nc",vcov,ucov, 255 254 & teta,q,masse,ps,phis, time_0) 256 #else 257 ! SW model also has Earth-format start files 258 ! (but can be used without the CPP_EARTH directive) 259 if (iflag_phys.eq.0) then 260 CALL dynetat0("start.nc",vcov,ucov, 261 & teta,q,masse,ps,phis, time_0) 262 endif 263 #endif 264 endif ! of if (planet_type.eq."earth") 255 ! endif ! of if (planet_type.eq."earth") 265 256 266 257 c write(73,*) 'ucov',ucov … … 468 459 #endif 469 460 470 if (planet_type.eq."earth") then 461 ! if (planet_type.eq."earth") then 462 ! Write an Earth-format restart file 471 463 CALL dynredem0("restart.nc", day_end, phis) 472 endif464 ! endif 473 465 474 466 ecripar = .TRUE.
Note: See TracChangeset
for help on using the changeset viewer.