Ignore:
Timestamp:
Jan 11, 2017, 3:33:51 PM (8 years ago)
Author:
jvatant
Message:

+ Major clean of the new LMDZ.TITAN from too-generic options and routines (water, co2, ocean, surface type ...)
+ From this revision LMDZ.TITAN begins to be really separated from LMDZ.GENERIC
+ Partial desactivation of aerosols, only the dummy case is still enabled to keep the code running ( new aerosol routines to come in followings commits )

JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/iniphysiq_mod.F90

    r1573 r1647  
    1111
    1212use control_mod, only: nday
    13 use surf_heat_transp_mod, only: ini_surf_heat_transp
    1413use infotrac, only : nqtot ! number of advected tracers
    1514use planete_mod, only: ini_planete_mod
     
    5352integer,intent(in) :: iflag_phys ! type of physics to be called
    5453
    55 logical :: ok_slab_ocean
    56 
    5754  ! the common part for all planetary physics
    5855  !------------------------------------------
     
    7976call ini_planete_mod(nlayer,preff,ap,bp)
    8077
    81 ! for slab ocean, copy over some arrays
    82 ok_slab_ocean=.false. ! default value
    83 call getin_p("ok_slab_ocean",ok_slab_ocean)
    84 if (ok_slab_ocean) then
    85   call ini_surf_heat_transp(ip1jm,ip1jmp1,unsairez,fext,unsaire, &
    86                             cu,cuvsurcv,cv,cvusurcu,aire,apoln,apols, &
    87                             aireu,airev)
    88 endif
    89 
    9078call inifis(klon_omp,nlayer,nqtot,pdayref,punjours,nday,ptimestep, &
    9179            latitude,longitude,cell_area,prad,pg,pr,pcpp)
Note: See TracChangeset for help on using the changeset viewer.