Changeset 1982 for trunk/ICOSA_LMDZ/src/phyvenus
- Timestamp:
- Aug 1, 2018, 8:34:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.