Ignore:
Timestamp:
Jul 22, 2016, 4:05:15 PM (8 years ago)
Author:
Ehouarn Millour
Message:

Update for phymar which should have been done with revision 2315.
Introduce module vertical_layers_mod to store information on the
vertical grid to be used within the physics (rather than including
the dynamics-related comvert.h).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phymar/iophys.F90

    r2089 r2599  
    6969      SUBROUTINE iophys_ini
    7070      USE mod_phys_lmdz_para
     71      USE vertical_layers_mod, ONLY: presnivs
     72      USE regular_lonlat_mod, ONLY: lon_reg, lat_reg
     73      USE dimphy, ONLY: klev
    7174
    7275      IMPLICIT NONE
     
    8891!   -------------
    8992
    90 #include "dimensions.h"
    91 #include "paramet.h"
    92 #include "comgeom.h"
    93 #include "comvert.h"
    94 
    9593real pi
    9694
     
    102100pi=2.*asin(1.)
    103101call iotd_ini('phys.nc   ', &
    104 iim,jjp1,llm,rlonv(1:iim)*180./pi,rlatu*180./pi,presnivs)
     102!iim,jjp1,llm,rlonv(1:iim)*180./pi,rlatu*180./pi,presnivs)
     103size(lon_reg),size(lat_reg),klev,lon_reg(:)*180./pi,lat_reg*180./pi,presnivs)
    105104    ENDIF
    106105!$OMP END MASTER
Note: See TracChangeset for help on using the changeset viewer.