Changeset 5285 for LMDZ6/trunk/libf/phylmd/dyn1d/old_1DUTILS_read_interp.h
- Timestamp:
- Oct 28, 2024, 2:33:29 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/old_1DUTILS_read_interp.h
r5274 r5285 1463 1463 & ,ufa_astex,vfa_astex,div_prof,ts_prof,ug_prof,vg_prof & 1464 1464 & ,ufa_prof,vfa_prof) 1465 USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO & 1466 , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA & 1467 , R_ecc, R_peri, R_incl & 1468 , RA, RG, R1SA & 1469 , RSIGMA & 1470 , R, RMD, RMV, RD, RV, RCPD & 1471 , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12 & 1472 , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w & 1473 , RCW, RCS & 1474 , RLVTT, RLSTT, RLMLT, RTT, RATM & 1475 , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS & 1476 , RALPD, RBETD, RGAMD 1465 USE yomcst_mod_h 1477 1466 implicit none 1478 1467 … … 2399 2388 nf90_inq_dimid,nf90_inquire_dimension 2400 2389 2401 USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO & 2402 , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA & 2403 , R_ecc, R_peri, R_incl & 2404 , RA, RG, R1SA & 2405 , RSIGMA & 2406 , R, RMD, RMV, RD, RV, RCPD & 2407 , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12 & 2408 , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w & 2409 , RCW, RCS & 2410 , RLVTT, RLSTT, RLMLT, RTT, RATM & 2411 , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS & 2412 , RALPD, RBETD, RGAMD 2390 USE yomcst_mod_h 2413 2391 implicit none 2414 2392 … … 2741 2719 !program reading initial profils and forcings of the Gabls4 case study 2742 2720 2743 USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO & 2744 , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA & 2745 , R_ecc, R_peri, R_incl & 2746 , RA, RG, R1SA & 2747 , RSIGMA & 2748 , R, RMD, RMV, RD, RV, RCPD & 2749 , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12 & 2750 , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w & 2751 , RCW, RCS & 2752 , RLVTT, RLSTT, RLMLT, RTT, RATM & 2753 , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS & 2754 , RALPD, RBETD, RGAMD 2721 USE yomcst_mod_h 2755 2722 USE netcdf, ONLY: nf90_open,nf90_nowrite,nf90_noerr,nf90_strerror,nf90_inq_varid,nf90_get_var,& 2756 2723 nf90_inq_dimid,nf90_inquire_dimension
Note: See TracChangeset
for help on using the changeset viewer.