Changeset 1422 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 6 added
- 6 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r1403 r1422 23 23 use callkeys_mod, only: tracer,check_cpp_match,rings_shadow, 24 24 & specOLR,water,pceil,ok_slab_ocean 25 USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff 26 USE logic_mod, ONLY: hybrid,autozlevs 25 27 implicit none 26 28 … … 52 54 #include "paramet.h" 53 55 !include "dimphys.h" 54 #include "comvert.h"55 56 #include "netcdf.inc" 56 #include "logic.h"57 57 #include "comgeom.h" 58 58 -
trunk/LMDZ.GENERIC/libf/phystd/inistats.F
r1397 r1422 3 3 use mod_phys_lmdz_para, only : is_master 4 4 use statto_mod, only: istats,istime 5 USE comvert_mod, ONLY: ap,bp,aps,bps,preff,pseudoalt,presnivs 6 USE comconst_mod, ONLY: daysec,dtphys,pi 5 7 implicit none 6 8 … … 8 10 #include "paramet.h" 9 11 #include "comgeom.h" 10 #include "comvert.h"11 #include "comconst.h"12 12 #include "netcdf.inc" 13 13 -
trunk/LMDZ.GENERIC/libf/phystd/iniwrite.F
r1384 r1422 4 4 use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, daysec, dtphys, 5 5 & pi 6 USE comvert_mod, ONLY: ap,bp,aps,bps,pseudoalt 7 USE logic_mod, ONLY: fxyhypb,ysinus 8 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy 9 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 6 10 IMPLICIT NONE 7 11 … … 24 28 #include "dimensions.h" 25 29 #include "paramet.h" 26 #include "comvert.h"27 30 #include "comgeom.h" 28 #include "ener.h"29 #include "logic.h"30 31 #include "netcdf.inc" 31 #include "serre.h"32 32 33 33 c Arguments: -
trunk/LMDZ.GENERIC/libf/phystd/iniwrite_specIR.F
r1384 r1422 5 5 use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, daysec, dtphys, 6 6 & pi 7 USE logic_mod, ONLY: fxyhypb,ysinus 8 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy 9 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 7 10 8 11 implicit none … … 26 29 #include "dimensions.h" 27 30 #include "paramet.h" 28 #include "comvert.h"29 31 #include "comgeom.h" 30 #include "temps.h"31 #include "ener.h"32 #include "logic.h"33 32 #include "netcdf.inc" 34 #include "serre.h"35 33 !#include"dimphys.h" 36 34 -
trunk/LMDZ.GENERIC/libf/phystd/iniwrite_specVI.F
r1384 r1422 6 6 use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, daysec, dtphys, 7 7 & pi 8 USE logic_mod, ONLY: fxyhypb,ysinus 9 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy 10 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 11 8 12 implicit none 9 13 … … 26 30 #include "dimensions.h" 27 31 #include "paramet.h" 28 #include "comvert.h"29 32 #include "comgeom.h" 30 #include "temps.h"31 #include "ener.h"32 #include "logic.h"33 33 #include "netcdf.inc" 34 #include "serre.h"35 34 !#include"dimphys.h" 36 35 -
trunk/LMDZ.GENERIC/libf/phystd/writediagfi.F
r1318 r1422 44 44 & is_master, gather 45 45 USE mod_grid_phy_lmdz, only : klon_glo, Grid1Dto2D_glo 46 USE temps_mod, ONLY: day_ini 46 47 implicit none 47 48 … … 49 50 include "dimensions.h" 50 51 include "paramet.h" 51 include "comvert.h"52 52 include "comgeom.h" 53 53 include "netcdf.inc" 54 include "temps.h"55 54 56 55 ! Arguments on input: -
trunk/LMDZ.GENERIC/libf/phystd/writediagspecIR.F
r1397 r1422 50 50 use control_mod, only: ecritphy, iphysiq, day_step 51 51 use callkeys_mod, only: iradia 52 USE temps_mod, ONLY: day_ini 52 53 53 54 implicit none … … 58 59 #include "paramet.h" 59 60 !#include "control.h" 60 #include "comvert.h"61 61 #include "comgeom.h" 62 62 #include "netcdf.inc" 63 #include "temps.h"64 63 65 64 ! Arguments on input: -
trunk/LMDZ.GENERIC/libf/phystd/writediagspecVI.F
r1397 r1422 50 50 use control_mod, only: ecritphy, iphysiq, day_step 51 51 use callkeys_mod, only: iradia 52 USE temps_mod, ONLY: day_ini 52 53 53 54 implicit none … … 58 59 #include "paramet.h" 59 60 !#include "control.h" 60 #include "comvert.h"61 61 #include "comgeom.h" 62 62 #include "netcdf.inc" 63 #include "temps.h"64 63 65 64 ! Arguments on input: -
trunk/LMDZ.GENERIC/libf/phystd/wstats.F90
r1397 r1422 9 9 #include "dimensions.h" 10 10 !#include "dimphys.h" 11 #include "comconst.h"12 11 #include "netcdf.inc" 13 12
Note: See TracChangeset
for help on using the changeset viewer.