Changeset 2443 for trunk/LMDZ.MARS/util/simu_MCS.F90
- Timestamp:
- Jan 15, 2021, 5:41:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/simu_MCS.F90
r2404 r2443 1206 1206 !=============================================================================== 1207 1207 ! Observer variables to extract : 1208 IF (( trim(GCMvarname).eq."dsodust").or.(trim(GCMvarname).eq."dso") &1209 .or.(trim(GCMvarname).eq."dustq").or.(trim(GCMvarname).eq."dust") &1210 .or.(trim(GCMvarname).eq."reffdust")) THEN1208 IF ((index(GCMvarname,"dust").ne.0).or.(index(GCMvarname,"dso").ne.0)) THEN 1209 ! if the variable name contains "dust" or "dso". Especially for the targeted variables : 1210 ! dustq,dustN,dsodust,reffdust,opadust, and their equivalents for stormdust & topdust 1211 1211 OBSvarname = "dust" 1212 1212 numbin_name = "numbindust" 1213 1213 ELSE IF ((trim(GCMvarname).eq."h2o_ice").or.(trim(GCMvarname).eq."wice") & 1214 .or.(trim(GCMvarname).eq."reffice") ) THEN1214 .or.(trim(GCMvarname).eq."reffice").or.(trim(GCMvarname).eq."opawice")) THEN 1215 1215 OBSvarname = "wice" 1216 1216 numbin_name = "numbinwice"
Note: See TracChangeset
for help on using the changeset viewer.