Changeset 5302 for LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read2.f90
- Timestamp:
- Oct 30, 2024, 6:19:06 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read2.f90
r5270 r5302 315 315 SUBROUTINE old_read_SCM_cas 316 316 use netcdf, only: nf90_get_var 317 USE date_cas_mod_h 317 318 implicit none 318 INCLUDE "date_cas.h"319 319 320 320 INTEGER nid,rid,ierr … … 1043 1043 ,hq_prof_cas,vq_prof_cas,lat_prof_cas,sens_prof_cas & 1044 1044 ,ustar_prof_cas,uw_prof_cas,vw_prof_cas,q1_prof_cas,q2_prof_cas) 1045 1046 1045 USE compar1d_mod_h 1046 USE date_cas_mod_h 1047 1047 implicit none 1048 1048 … … 1055 1055 ! pdt_cas: total time interval (in sec) between 2 forcing data 1056 1056 !--------------------------------------------------------------------------------------- 1057 1058 INCLUDE "compar1d.h"1059 INCLUDE "date_cas.h"1060 1057 1061 1058 ! inputs: … … 1253 1250 ,ustar_prof_cas,uw_prof_cas,vw_prof_cas,q1_prof_cas,q2_prof_cas,tke_prof_cas) 1254 1251 1255 1252 USE compar1d_mod_h 1253 USE date_cas_mod_h 1256 1254 implicit none 1257 1255 … … 1264 1262 ! pdt_cas: total time interval (in sec) between 2 forcing data 1265 1263 !--------------------------------------------------------------------------------------- 1266 1267 INCLUDE "compar1d.h"1268 INCLUDE "date_cas.h"1269 1264 1270 1265 ! inputs:
Note: See TracChangeset
for help on using the changeset viewer.