[Dart-dev] DART/branches Revision: 12960

dart at ucar.edu dart at ucar.edu
Tue Jan 29 10:50:20 MST 2019


hendric at ucar.edu
2019-01-29 10:50:20 -0700 (Tue, 29 Jan 2019)
42

adding 'only' list for airs JPL module.




Modified: DART/branches/radiance/observations/obs_converters/AIRS/airs_obs_mod.f90
===================================================================
--- DART/branches/radiance/observations/obs_converters/AIRS/airs_obs_mod.f90	2019-01-29 17:49:03 UTC (rev 12959)
+++ DART/branches/radiance/observations/obs_converters/AIRS/airs_obs_mod.f90	2019-01-29 17:50:20 UTC (rev 12960)
@@ -42,8 +42,11 @@
 
 use obs_seq_utilities_mod, only : print_obs_seq
 
-use airs_JPL_mod, only : AIRS_RET_H2OPRESSURELAY !need ', only' list here
+use airs_JPL_mod, only : AIRS_RET_H2OPRESSURELAY, airs_granule_type, &
+                         AIRS_RET_GEOTRACK, AIRS_RET_GEOXTRACK, &
+                         AIRS_RET_STDPRESSURELAY, AIRS_RET_H2OPRESSURELEV
 
+
 implicit none
 private
 


More information about the Dart-dev mailing list