Ignore:
Timestamp:
Apr 14, 2015, 9:46:47 AM (10 years ago)
Author:
milmd
Message:

Update newstart and start2archive programs of LMDZ.GENERIC and LMDZ.MARS to the new organization.

File:
1 edited

Legend:

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

    r1403 r1415  
    1616
    1717      use ioipsl_getincom, only: getin
    18       use infotrac, only: iniadvtrac, nqtot, tname
     18      use infotrac, only: infotrac_init, nqtot, tname
    1919      use tracer_mod, only: noms, mmol,
    2020     &                      igcm_dust_number, igcm_dust_mass,
     
    2626     &                     co2ice, emis
    2727      use comsoil_h, only: inertiedat, layer, mlayer, nsoilmx, tsoil
    28       use control_mod, only: day_step, iphysiq, anneeref
     28      use control_mod, only: day_step, iphysiq, anneeref, planet_type
    2929      use phyredem, only: physdem0, physdem1
    3030      use iostart, only: open_startphy
     
    179179      preff  = 610.    ! for Mars, instead of 101325. (Earth)
    180180      pa= 20           ! for Mars, instead of 500 (Earth)
     181      planet_type="mars"
    181182
    182183! initialize "serial/parallel" related stuff
     
    185186
    186187! Load tracer number and names:
    187       call iniadvtrac(nqtot,numvanle)
     188!      call iniadvtrac(nqtot,numvanle)
     189      call infotrac_init
    188190! allocate arrays
    189191      allocate(q(iip1,jjp1,llm,nqtot))
     
    16281630      phis(iip1,:) = phis(1,:)
    16291631
    1630       CALL inidissip ( lstardis, nitergdiv, nitergrot, niterh,
    1631      *                tetagdiv, tetagrot , tetatemp  )
     1632c      CALL inidissip ( lstardis, nitergdiv, nitergrot, niterh,
     1633c     *                tetagdiv, tetagrot , tetatemp  )
    16321634      itau=0
    16331635      if (choix_1.eq.0) then
     
    16441646c    $    phi,conser,du,dv,dteta,dp,w, pbaru,pbarv, day_ini )
    16451647
    1646       CALL dynredem0("restart.nc",day_ini,anneeref,phis,nqtot)
     1648      CALL dynredem0("restart.nc",day_ini,phis)
    16471649      CALL dynredem1("restart.nc",hour_ini,vcov,ucov,teta,q,
    1648      .               nqtot,masse,ps)
     1650     .               masse,ps)
    16491651C
    16501652C Ecriture etat initial physique
Note: See TracChangeset for help on using the changeset viewer.