Changeset 5003 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Jul 1, 2024, 3:02:29 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/infotrac_phy.F90
r5001 r5003 178 178 INTEGER :: nqtrue !--- Tracers nb from tracer.def (no higher order moments) 179 179 INTEGER :: iad !--- Advection scheme number 180 INTEGER :: ic, iq, jq, it, nt, im, nm, iz, k !--- Indexes and temporary variables 181 LOGICAL :: lerr, ll, lInit 182 CHARACTER(LEN=1) :: p 180 INTEGER :: iq, jq, nt, im, nm, k !--- Indexes and temporary variables 181 LOGICAL :: lerr, lInit 183 182 TYPE(trac_type), ALLOCATABLE, TARGET :: ttr(:) 184 183 TYPE(trac_type), POINTER :: t1, t(:) 185 INTEGER :: ierr186 184 CHARACTER(LEN=maxlen), ALLOCATABLE :: types_trac(:) !--- Keyword for tracers type(s), parsed version 187 185
Note: See TracChangeset
for help on using the changeset viewer.