Changeset 2603 for LMDZ5/trunk/libf/dynphy_lonlat
- Timestamp:
- Jul 25, 2016, 11:31:56 AM (8 years ago)
- Location:
- LMDZ5/trunk/libf/dynphy_lonlat/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/ce0l.F90
r2601 r2603 36 36 USE comconst_mod, ONLY: cpp, daysec, dtphys, dtvr, g, kappa, omeg, r, rad, & 37 37 pi, jmp1 38 USE logic_mod, ONLY: iflag_phys, ok_etat0, ok_limit 38 39 USE comvert_mod, ONLY: pa, preff, pressure_exner 39 40 USE temps_mod, ONLY: calend, day_ini, dt … … 47 48 include "comgeom2.h" 48 49 include "iniprint.h" 49 include "logic.h"50 50 REAL :: masque(iip1,jjp1) !--- CONTINENTAL MASK 51 51 REAL :: phis (iip1,jjp1) !--- GROUND GEOPOTENTIAL -
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/limit_netcdf.F90
r2597 r2603 67 67 NF90_DEF_DIM, NF90_DEF_VAR, NF90_PUT_VAR, NF90_PUT_ATT, & 68 68 NF90_NOERR, NF90_NOWRITE, NF90_DOUBLE, NF90_GLOBAL, & 69 69 NF90_CLOBBER, NF90_ENDDEF, NF90_UNLIMITED, NF90_FLOAT 70 70 USE inter_barxy_m, ONLY: inter_barxy 71 71 USE netcdf95, ONLY: nf95_def_var, nf95_put_att, nf95_put_var … … 82 82 !------------------------------------------------------------------------------- 83 83 ! Local variables: 84 include "logic.h"85 84 include "comgeom2.h" 86 85
Note: See TracChangeset
for help on using the changeset viewer.