Changeset 5302 for LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.f90
- Timestamp:
- Oct 30, 2024, 6:19:06 PM (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.f90
r5285 r5302 90 90 SUBROUTINE read_SCM_cas 91 91 use netcdf, only: nf90_get_var 92 USE date_cas_mod_h 92 93 implicit none 93 INCLUDE "date_cas.h"94 94 95 95 INTEGER nid,rid,ierr … … 330 330 !program reading forcing of the case study 331 331 use netcdf, only: nf90_get_var 332 USE compar1d_mod_h 332 333 implicit none 333 INCLUDE "compar1d.h"334 334 335 335 integer ntime,nlevel,k,t … … 653 653 ,lat_prof_cas,sens_prof_cas & 654 654 ,ustar_prof_cas,uw_prof_cas,vw_prof_cas,q1_prof_cas,q2_prof_cas,tkes_prof_cas) 655 656 657 658 659 660 655 USE compar1d_mod_h 656 USE date_cas_mod_h 661 657 implicit none 662 658 … … 669 665 ! pdt_cas: total time interval (in sec) between 2 forcing data 670 666 !--------------------------------------------------------------------------------------- 671 672 INCLUDE "compar1d.h"673 INCLUDE "date_cas.h"674 667 675 668 ! inputs:
Note: See TracChangeset
for help on using the changeset viewer.