- Timestamp:
- Jan 11, 2017, 3:33:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/ini_archive.F
r1478 r1647 36 36 37 37 USE comsoil_h 38 USE slab_ice_h, only: noceanmx39 38 ! use control_mod 40 39 USE comvert_mod, ONLY: ap,bp,aps,bps,presnivs,pseudoalt … … 81 80 INTEGER idim_tim 82 81 INTEGER idim_nsoilmx ! "subsurface_layers" dimension ID # 83 INTEGER idim_noceanmx ! "ocean_layers" dimension ID #84 82 INTEGER nid,nvarid 85 83 real sig_s(llm),s(llm) … … 164 162 ierr = NF_DEF_DIM (nid, "altitude", llm, idim_llm) 165 163 ierr = NF_DEF_DIM (nid,"subsurface_layers",nsoilmx,idim_nsoilmx) 166 ierr = NF_DEF_DIM (nid,"ocean_layers",noceanmx,idim_noceanmx)167 164 168 165 ierr = NF_DEF_DIM (nid,"index", length, idim_index)
Note: See TracChangeset
for help on using the changeset viewer.