Ignore:
Timestamp:
Feb 21, 2017, 9:17:00 AM (8 years ago)
Author:
emillour
Message:

Generic GCM:
Added possibility to run without a startfi.nc file (mainly usefull for
tests with coupling with dynamico dynamical core):

  • added flag "startphy_file" flag (.false. if doing an "academic" start on the physics side).
  • turned phyetat0.F90 into module phyetat0_mod.F90
  • turned tabfi.F into module tabfi_mod.F90 and added handling of startphy_file==.false. case
  • extra initializations in physiq_mod for startphy_file==.false. case.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1622 r1669  
    12821282of an initial date and month number and lenght).
    12831283
     1284== 21/02/2017 == EM
     1285Added possibility to run without a startfi.nc file (mainly usefull for
     1286tests with coupling with dynamico dynamical core):
     1287- added flag "startphy_file" flag (.false. if doing an "academic" start
     1288  on the physics side).
     1289- turned phyetat0.F90 into module  phyetat0_mod.F90
     1290- turned tabfi.F into module tabfi_mod.F90 and added handling of
     1291  startphy_file==.false. case
     1292- extra initializations in physiq_mod for startphy_file==.false. case.
     1293
Note: See TracChangeset for help on using the changeset viewer.