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/start2archive.F

    r1403 r1415  
    1919c=======================================================================
    2020
    21       use infotrac, only: iniadvtrac, nqtot, tname
     21      use infotrac, only: infotrac_init, nqtot, tname
    2222      use comsoil_h, only: nsoilmx, inertiedat
    2323      use surfdat_h, only: ini_surfdat_h, qsurf
     
    2525      use comgeomphy, only: initcomgeomphy
    2626      use filtreg_mod, only: inifilr
     27      use control_mod, only: planet_type
    2728      implicit none
    2829
     
    120121      CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
    121122      call initcomgeomphy
     123      planet_type='mars'
    122124
    123125c=======================================================================
     
    125127c=======================================================================
    126128! Load tracer number and names:
    127       call iniadvtrac(nqtot,numvanle)
     129!      call iniadvtrac(nqtot,numvanle)
     130      call infotrac_init
    128131
    129132! allocate arrays:
     
    135138
    136139      fichnom = 'start.nc'
    137       CALL dynetat0(fichnom,nqtot,vcov,ucov,teta,q,masse,
     140      CALL dynetat0(fichnom,vcov,ucov,teta,q,masse,
    138141     .       ps,phis,timedyn)
    139142
Note: See TracChangeset for help on using the changeset viewer.