Ignore:
Timestamp:
Apr 15, 2015, 6:49:07 PM (10 years ago)
Author:
ymipsl
Message:

remove all dynamic dependency in LMDZ physics except for the include "dimensions.h"

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/regr_lat_time_climoz_m.F90

    r3809 r3814  
    7373    use netcdf, only: nf90_get_att, nf90_get_var, nf90_noerr, nf90_nowrite
    7474    use assert_m, only: assert
    75 
     75    use comconst_phy_mod, only : pi
     76    use comgeom2_phy_mod, only : rlatv
    7677    integer, intent(in):: read_climoz ! read ozone climatology
    7778    ! Allowed values are 1 and 2
     
    8485    include "dimensions.h"
    8586    ! (for "jjm")
    86     include "paramet.h"
    87     ! (for the other included files)
    88     include "comgeom2.h"
    89     ! (for "rlatv")
    90     include "comconst.h"
    91     ! (for "pi")
    9287
    9388    integer n_plev ! number of pressure levels in the input data
     
    339334         nf95_put_att, nf95_enddef, nf95_copy_att, nf95_put_var
    340335    use netcdf, only: nf90_clobber, nf90_float, nf90_global
    341 
     336    use comconst_phy_mod, only : pi
     337    use comgeom2_phy_mod, only : rlatu
    342338    integer, intent(in):: ncid_in, n_plev
    343339    integer, intent(out):: ncid_out, varid_plev, varid_time
     
    350346
    351347    include "dimensions.h"
    352     ! (for "jjm")
    353     include "paramet.h"
    354     ! (for the other included files)
    355     include "comgeom2.h"
    356     ! (for "rlatu")
    357     include "comconst.h"
    358     ! (for "pi")
    359348
    360349    integer ncerr
Note: See TracChangeset for help on using the changeset viewer.