Changeset 5295 for LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d
- Timestamp:
- Oct 30, 2024, 2:05:05 PM (3 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/mod_1D_cases_read.F90
r5160 r5295 1 1 MODULE mod_1D_cases_read 2 USE netcdf, ONLY: nf90_noerr, nf90_strerror, nf90_inq_varid, nf90_inquire_dimension, nf90_inq_dimid, &3 nf90_nowrite, nf90_open, nf90_get_var4 2 5 3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 256 254 257 255 !program reading forcing of the case study 256 USE netcdf, ONLY: nf90_get_var 258 257 259 258 INTEGER ntime, nlevel -
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/mod_1D_cases_read2.F90
r5160 r5295 309 309 !********************************************************************************************** 310 310 SUBROUTINE old_read_SCM_cas 311 USE netcdf, ONLY: nf90_get_var 311 312 USE lmdz_date_cas, ONLY: year_ini_cas, mth_ini_cas, day_deb, heure_ini_cas, pdt_cas, day_ju_ini_cas 312 313 … … 529 530 530 531 !program reading forcing of the case study 532 USE netcdf, ONLY: nf90_get_var 531 533 IMPLICIT NONE 532 534 … … 641 643 642 644 !program reading forcing of the case study 645 USE netcdf, ONLY: nf90_get_var 643 646 IMPLICIT NONE 644 647 … … 807 810 808 811 !program reading forcing of the case study 812 USE netcdf, ONLY: nf90_get_var 809 813 IMPLICIT NONE 810 814
Note: See TracChangeset
for help on using the changeset viewer.