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_coefoz_m.F90

    r3809 r3814  
    4545         nf95_put_var, nf95_gw_var
    4646    use netcdf, only: nf90_nowrite, nf90_get_var
    47 
     47    use comgeom2_phy_mod, only : rlatv
     48    use comconst_phy_mod, only : pi
    4849    ! Variables local to the procedure:
    4950
    5051    include "dimensions.h"
    5152    ! (for "jjm")
    52     include "paramet.h"
    53     include "comgeom2.h"
    54     ! (for "rlatv")
    55     include "comconst.h"
    56     ! (for "pi")
    5753
    5854    integer ncid_in, ncid_out ! NetCDF IDs for input and output files
     
    251247         nf95_put_att, nf95_enddef, nf95_copy_att, nf95_put_var
    252248    use netcdf, only: nf90_clobber, nf90_float, nf90_copy_att, nf90_global
     249    use comgeom2_phy_mod, only : rlatu
     250    use comconst_phy_mod, only : pi
    253251
    254252    integer, intent(in):: ncid_in, varid_in(:), n_plev
     
    260258    include "dimensions.h"
    261259    ! (for "jjm")
    262     include "paramet.h"
    263     include "comgeom2.h"
    264     ! (for "rlatu")
    265     include "comconst.h"
    266     ! (for "pi")
    267260
    268261    integer ncerr
Note: See TracChangeset for help on using the changeset viewer.