- 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_climoz_m.F90
r3809 r3814 73 73 use netcdf, only: nf90_get_att, nf90_get_var, nf90_noerr, nf90_nowrite 74 74 use assert_m, only: assert 75 75 use comconst_phy_mod, only : pi 76 use comgeom2_phy_mod, only : rlatv 76 77 integer, intent(in):: read_climoz ! read ozone climatology 77 78 ! Allowed values are 1 and 2 … … 84 85 include "dimensions.h" 85 86 ! (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")92 87 93 88 integer n_plev ! number of pressure levels in the input data … … 339 334 nf95_put_att, nf95_enddef, nf95_copy_att, nf95_put_var 340 335 use netcdf, only: nf90_clobber, nf90_float, nf90_global 341 336 use comconst_phy_mod, only : pi 337 use comgeom2_phy_mod, only : rlatu 342 338 integer, intent(in):: ncid_in, n_plev 343 339 integer, intent(out):: ncid_out, varid_plev, varid_time … … 350 346 351 347 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")359 348 360 349 integer ncerr
Note: See TracChangeset
for help on using the changeset viewer.