Changeset 1982
- Timestamp:
- Aug 1, 2018, 8:34:46 AM (6 years ago)
- Location:
- trunk/ICOSA_LMDZ/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/src/phystd/interface_icosa_lmdz.f90
r1710 r1982 37 37 INTEGER,SAVE :: nbp_phys_glo 38 38 39 CHARACTER(len= 20),SAVE,ALLOCATABLE :: tname(:) ! tracer names39 CHARACTER(len=30),SAVE,ALLOCATABLE :: tname(:) ! tracer names 40 40 REAL,SAVE :: pday ! number of ellapsed sols since Ls=0 41 41 REAL,SAVE :: ptime ! "universal time" as fraction of sol (e.g. 0.5 for noon) … … 59 59 USE mod_grid_phy_lmdz, ONLY : unstructured 60 60 USE mod_phys_lmdz_omp_data, ONLY: klon_omp 61 ! USE time_phylmdz_mod, ONLY: init_time_lmdz => init_time62 61 USE transfert_mod 63 62 USE physics_distribution_mod, ONLY : init_physics_distribution 64 ! USE geometry_mod, ONLY : init_geometry65 ! USE vertical_layers_mod, ONLY : init_vertical_layers66 ! USE infotrac_phy, ONLY : init_infotrac_phy67 ! USE inifis_mod, ONLY : inifis68 ! USE phyaqua_mod, ONLY : iniaqua69 63 70 64 … … 81 75 REAL(rstd) :: pseudoalt(llm) 82 76 83 INTEGER :: run_length84 INTEGER :: annee_ref85 INTEGER :: day_ref86 INTEGER :: day_ini87 REAL :: start_time88 REAL :: physics_timestep89 90 91 INTEGER :: nqo, nbtr92 CHARACTER(len=4) :: type_trac93 CHARACTER(len=20),ALLOCATABLE :: tname(:) ! tracer short name for restart and diagnostics94 CHARACTER(len=23),ALLOCATABLE :: ttext(:) ! tracer long name for diagnostics95 INTEGER,ALLOCATABLE :: niadv(:) ! equivalent dyn / physique96 INTEGER,ALLOCATABLE :: conv_flg(:) ! conv_flg(it)=0 : convection desactivated for tracer number it97 INTEGER,ALLOCATABLE :: pbl_flg(:) ! pbl_flg(it)=0 : boundary layer diffusion desactivaded for tracer number it98 CHARACTER(len=8),ALLOCATABLE :: solsym(:) ! tracer name from inca99 100 INTEGER :: iflag_phys101 77 INTEGER :: nbp_phys, nbp_phys_glo 102 78 -
trunk/ICOSA_LMDZ/src/phyvenus/interface_icosa_lmdz.f90
r1929 r1982 37 37 INTEGER,SAVE :: nbp_phys_glo 38 38 39 CHARACTER(len= 20),SAVE,ALLOCATABLE :: tname(:) ! tracer names39 CHARACTER(len=30),SAVE,ALLOCATABLE :: tname(:) ! tracer names 40 40 REAL,SAVE :: pday ! number of ellapsed sols since Ls=0 41 41 REAL,SAVE :: ptime ! "universal time" as fraction of sol (e.g. 0.5 for noon) … … 75 75 REAL(rstd) :: pseudoalt(llm) 76 76 77 ! INTEGER :: run_length78 ! INTEGER :: annee_ref79 ! INTEGER :: day_ref80 ! INTEGER :: day_ini81 ! REAL :: start_time82 ! REAL :: physics_timestep83 84 85 ! INTEGER :: nqo, nbtr86 ! CHARACTER(len=4) :: type_trac87 ! CHARACTER(len=20),ALLOCATABLE :: tname(:) ! tracer short name for restart and diagnostics88 ! CHARACTER(len=23),ALLOCATABLE :: ttext(:) ! tracer long name for diagnostics89 ! INTEGER,ALLOCATABLE :: niadv(:) ! equivalent dyn / physique90 ! INTEGER,ALLOCATABLE :: conv_flg(:) ! conv_flg(it)=0 : convection desactivated for tracer number it91 ! INTEGER,ALLOCATABLE :: pbl_flg(:) ! pbl_flg(it)=0 : boundary layer diffusion desactivaded for tracer number it92 ! CHARACTER(len=8),ALLOCATABLE :: solsym(:) ! tracer name from inca93 94 ! INTEGER :: iflag_phys95 77 INTEGER :: nbp_phys, nbp_phys_glo 96 78 … … 230 212 INTEGER :: iflag_trac 231 213 CHARACTER(len=4) :: type_trac 232 CHARACTER(len=20),ALLOCATABLE :: tname(:) ! tracer short name for restart and diagnostics233 CHARACTER(len= 23),ALLOCATABLE :: ttext(:) ! tracer long name for diagnostics214 ! CHARACTER(len=30),ALLOCATABLE :: tname(:) ! tracer short name for restart and diagnostics 215 CHARACTER(len=33),ALLOCATABLE :: ttext(:) ! tracer long name for diagnostics 234 216 TYPE(t_field),POINTER,SAVE :: f_ind_cell_glo(:) 235 217
Note: See TracChangeset
for help on using the changeset viewer.