- Timestamp:
- Mar 5, 2026, 2:59:01 PM (2 days ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
libf/phymars/surfdat_h.F90 (modified) (1 diff)
-
libf/phymars/tracer_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r4102 r4103 5095 5095 - Incompatibility check for dustscaling_mode = 2 and iaervar = 1. 5096 5096 - Move "start1D.txt" from "deftank/" to "startfiles/". 5097 5098 == 05/03/2026 == JBC 5099 Deletion of unused and redundant declaration of coefficient 'dryness' in "tracer_mod.F90". -
trunk/LMDZ.MARS/libf/phymars/surfdat_h.F90
r3996 r4103 9 9 logical :: TESicealbedo ! use TES ice cap albedoes (if set to .true.) 10 10 logical, allocatable :: watercaptag(:) ! flag for water ice surface 11 real, allocatable :: dryness(:) 11 real, allocatable :: dryness(:) ! "Dryness coefficient" for ground water ice sublimation 12 12 13 13 !$OMP THREADPRIVATE(albedodat, phisfi,albedice,emisice,emissiv,TESicealbedo, & -
trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90
r2832 r4103 37 37 38 38 INTEGER,ALLOCATABLE,SAVE :: nqdust(:) ! to store the indexes of dust tracers (cf aeropacity) 39 real,allocatable,save :: dryness(:)!"Dryness coefficient" for grnd water ice sublimation 40 41 !$OMP THREADPRIVATE(nqdust,dryness) 39 40 !$OMP THREADPRIVATE(nqdust) 42 41 43 42
Note: See TracChangeset
for help on using the changeset viewer.
