Ignore:
Timestamp:
Jul 2, 2013, 9:40:28 AM (11 years ago)
Author:
tnavarro
Message:

Possibility to store multiple initial states in one start/startfi. This is RETROCOMPATIBLE. New option ecrithist in run.def to write data in start/startfi every ecrithist dynamical timestep. New option timestart in run.def to initialize the GCM with the time timestart stored in start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/testphys1d.F

    r899 r999  
    641641c  It is needed to transfert physics variables to "physiq"...
    642642
    643       call physdem1("startfi.nc",long,lati,nsoilmx,nqmx,
    644      .              dtphys,float(day0),time,tsurf,
    645      .              tsoil,co2ice,emis,q2,qsurf,area,albedodat,
    646      .              inertiedat,zmea,zstd,zsig,zgam,zthe)
     643      call physdem0("startfi.nc",long,lati,nsoilmx,nqmx,
     644     .              dtphys,float(day0),time,area,
     645     .              albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe)
     646      call physdem1("startfi.nc",nsoilmx,nqmx,
     647     .              dtphys,time,
     648     .              tsurf,tsoil,co2ice,emis,q2,qsurf)
    647649
    648650c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.