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

    r1478 r1647  
    3636
    3737      USE comsoil_h
    38       USE slab_ice_h, only: noceanmx
    3938!      use control_mod
    4039      USE comvert_mod, ONLY: ap,bp,aps,bps,presnivs,pseudoalt
     
    8180      INTEGER idim_tim
    8281      INTEGER idim_nsoilmx ! "subsurface_layers" dimension ID #
    83       INTEGER idim_noceanmx ! "ocean_layers" dimension ID #
    8482      INTEGER nid,nvarid
    8583      real sig_s(llm),s(llm)
     
    164162      ierr = NF_DEF_DIM (nid, "altitude", llm, idim_llm)
    165163      ierr = NF_DEF_DIM (nid,"subsurface_layers",nsoilmx,idim_nsoilmx)
    166       ierr = NF_DEF_DIM (nid,"ocean_layers",noceanmx,idim_noceanmx)
    167164
    168165      ierr = NF_DEF_DIM (nid,"index", length, idim_index)
Note: See TracChangeset for help on using the changeset viewer.