- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/regr_lat_time_coefoz_m.F90
r3809 r3814 45 45 nf95_put_var, nf95_gw_var 46 46 use netcdf, only: nf90_nowrite, nf90_get_var 47 47 use comgeom2_phy_mod, only : rlatv 48 use comconst_phy_mod, only : pi 48 49 ! Variables local to the procedure: 49 50 50 51 include "dimensions.h" 51 52 ! (for "jjm") 52 include "paramet.h"53 include "comgeom2.h"54 ! (for "rlatv")55 include "comconst.h"56 ! (for "pi")57 53 58 54 integer ncid_in, ncid_out ! NetCDF IDs for input and output files … … 251 247 nf95_put_att, nf95_enddef, nf95_copy_att, nf95_put_var 252 248 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 253 251 254 252 integer, intent(in):: ncid_in, varid_in(:), n_plev … … 260 258 include "dimensions.h" 261 259 ! (for "jjm") 262 include "paramet.h"263 include "comgeom2.h"264 ! (for "rlatu")265 include "comconst.h"266 ! (for "pi")267 260 268 261 integer ncerr
Note: See TracChangeset
for help on using the changeset viewer.