Skip to content

Commit 197de51

Browse files
authored
Merge branch 'develop' into bugfix/zhaobin1974/do-not-terminate-surfst
2 parents 6da8f54 + a6202b1 commit 197de51

File tree

15 files changed

+231
-196
lines changed

15 files changed

+231
-196
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOS_PhysicsGridComp.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,8 @@ subroutine SetServices ( GC, RC )
12151215
call MAPL_AddConnectivity ( GC, &
12161216
SHORT_NAME = (/ 'RL ', 'QL ', 'QLTOT ', 'DQLDT ', &
12171217
'RI ', 'QI ', 'QITOT ', 'DQIDT ', &
1218-
'QLCN ', 'PFL_CN ', 'PFL_LSAN', &
1219-
'QICN ', 'PFI_CN ', 'PFI_LSAN', &
1218+
'QLCN ', 'PFL_CN ', 'PFL_LSAN', 'ZLCL ', &
1219+
'QICN ', 'PFI_CN ', 'PFI_LSAN', 'ZLFC ', &
12201220
'FCLD ', 'QCTOT ', 'CNV_QC ', &
12211221
'REV_LS ', 'REV_AN ', 'REV_CN ', 'TPREC ', &
12221222
'Q ', 'DQDT ', 'DQRL ', 'DQRC ', &

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOS_SurfaceGridComp.F90

Lines changed: 81 additions & 46 deletions
Large diffs are not rendered by default.

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOSlake_GridComp/GEOS_LakeGridComp.F90

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ subroutine SetServices ( GC, RC )
137137
VERIFY_(STATUS)
138138

139139
call MAPL_AddExportSpec(GC, &
140-
LONG_NAME = 'surface_albedo_for_visible_beam', &
140+
LONG_NAME = 'surface_reflectivity_for_visible_beam', &
141141
UNITS = '1', &
142142
SHORT_NAME = 'ALBVR', &
143143
DIMS = MAPL_DimsTileOnly, &
@@ -146,7 +146,7 @@ subroutine SetServices ( GC, RC )
146146
VERIFY_(STATUS)
147147

148148
call MAPL_AddExportSpec(GC, &
149-
LONG_NAME = 'surface_albedo_for_visible_diffuse',&
149+
LONG_NAME = 'surface_reflectivity_for_visible_diffuse',&
150150
UNITS = '1', &
151151
SHORT_NAME = 'ALBVF', &
152152
DIMS = MAPL_DimsTileOnly, &
@@ -155,7 +155,7 @@ subroutine SetServices ( GC, RC )
155155
VERIFY_(STATUS)
156156

157157
call MAPL_AddExportSpec(GC, &
158-
LONG_NAME = 'surface_albedo_for_near_infrared_beam', &
158+
LONG_NAME = 'surface_reflectivity_for_near_infrared_beam', &
159159
UNITS = '1', &
160160
SHORT_NAME = 'ALBNR', &
161161
DIMS = MAPL_DimsTileOnly, &
@@ -164,7 +164,7 @@ subroutine SetServices ( GC, RC )
164164
VERIFY_(STATUS)
165165

166166
call MAPL_AddExportSpec(GC, &
167-
LONG_NAME = 'surface_albedo_for_near_infrared_diffuse', &
167+
LONG_NAME = 'surface_reflectivity_for_near_infrared_diffuse', &
168168
UNITS = '1', &
169169
SHORT_NAME = 'ALBNF', &
170170
DIMS = MAPL_DimsTileOnly, &
@@ -192,7 +192,7 @@ subroutine SetServices ( GC, RC )
192192
VERIFY_(STATUS)
193193

194194
call MAPL_AddExportSpec(GC, &
195-
LONG_NAME = 'runoff_flux',&
195+
LONG_NAME = 'runoff_total_flux' ,&
196196
UNITS = 'kg m-2 s-1' ,&
197197
SHORT_NAME = 'RUNOFF' ,&
198198
DIMS = MAPL_DimsTileOnly ,&

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOSland_GridComp/GEOScatchCN_GridComp/GEOS_CatchCNGridComp.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ subroutine SetServices ( GC, RC )
245245
VERIFY_(STATUS)
246246

247247
call MAPL_AddImportSpec(GC ,&
248-
LONG_NAME = 'surface_downwelling_par_beam_flux',&
248+
LONG_NAME = 'surface_downwelling_PAR_beam_flux',&
249249
UNITS = 'W m-2' ,&
250250
SHORT_NAME = 'DRPAR' ,&
251251
DIMS = MAPL_DimsTileOnly ,&
@@ -254,7 +254,7 @@ subroutine SetServices ( GC, RC )
254254
VERIFY_(STATUS)
255255

256256
call MAPL_AddImportSpec(GC ,&
257-
LONG_NAME = 'surface_downwelling_par_diffuse_flux',&
257+
LONG_NAME = 'surface_downwelling_PAR_diffuse_flux',&
258258
UNITS = 'W m-2' ,&
259259
SHORT_NAME = 'DFPAR' ,&
260260
DIMS = MAPL_DimsTileOnly ,&
@@ -346,7 +346,7 @@ subroutine SetServices ( GC, RC )
346346
VERIFY_(STATUS)
347347

348348
call MAPL_AddImportSpec(GC ,&
349-
LONG_NAME = 'greeness_fraction' ,&
349+
LONG_NAME = 'vegetation_greenness_fraction',&
350350
UNITS = '1' ,&
351351
SHORT_NAME = 'GRN' ,&
352352
DIMS = MAPL_DimsTileOnly ,&

0 commit comments

Comments
 (0)