Changeset 1384 for LMDZ4


Ignore:
Timestamp:
May 7, 2010, 9:07:31 AM (14 years ago)
Author:
Ehouarn Millour
Message:

Restore possibility to start a Shallow Water run from a start.nc file from r1380 which was accidentally removed in r1382

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3dpar/gcm.F

    r1382 r1384  
    274274          CALL iniacademic(vcov,ucov,teta,q,masse,ps,phis,time_0)
    275275        endif
    276 !#ifdef CPP_IOIPSL
     276
    277277        if (planet_type.eq."earth") then
    278278#ifdef CPP_EARTH
    279279! Load an Earth-format start file
    280280         CALL dynetat0("start.nc",vcov,ucov,
    281      .              teta,q,masse,ps,phis, time_0)
    282 #endif
     281     &              teta,q,masse,ps,phis, time_0)
     282#endif
     283        ! SW model also has Earth-format start files
     284        ! (but can be used without the CPP_EARTH directive)
     285          if (iflag_phys.eq.0) then
     286            CALL dynetat0("start.nc",vcov,ucov,
     287     &              teta,q,masse,ps,phis, time_0)
     288          endif
     289       
    283290        endif ! of if (planet_type.eq."earth")
    284291c       write(73,*) 'ucov',ucov
Note: See TracChangeset for help on using the changeset viewer.