Changeset 5075 for LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_amma_read.F90
- Timestamp:
- Jul 19, 2024, 10:05:57 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_amma_read.F90
r5073 r5075 1 1 MODULE mod_1D_amma_read 2 2 USE lmdz_netcdf, ONLY: nf90_get_var,nf_open,nf_noerr,nf_open,nf_nowrite,& 3 nf_inq_dimid,nf_inq_dimlen,nf_strerror,nf_inq_varid 3 4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 4 5 !Declarations specifiques au cas AMMA … … 6 7 ! Option du cas AMMA ou on impose la discretisation verticale (Ap,Bp) 7 8 integer nlev_amma, nt_amma 8 9 9 10 10 integer year_ini_amma, day_ini_amma, mth_ini_amma … … 58 58 SUBROUTINE read_1D_cases 59 59 implicit none 60 61 INCLUDE "netcdf.inc"62 60 63 61 INTEGER nid,rid,ierr … … 172 170 173 171 174 END MODULE mod_1D_amma_read175 172 !===================================================================== 176 173 subroutine read_amma(nid,nlevel,ntime & … … 180 177 !program reading forcings of the AMMA case study 181 178 implicit none 182 INCLUDE "netcdf.inc"183 179 184 180 integer ntime,nlevel … … 459 455 END 460 456 457 END MODULE mod_1D_amma_read
Note: See TracChangeset
for help on using the changeset viewer.