File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -226,28 +226,14 @@ SUBROUTINE init_bcs_config(LBCSV)
226226 use_PEATMAP = .true.
227227 jpl_height = .true.
228228
229- case (" v12" ," v13" )
229+ case (" v12" ," v13" , " v14 " )
230230
231- ! "v12" and "v13 " are identical except for:
231+ ! "v12", "v13", and "v14 " are identical except for:
232232 ! - topography used for the atm (processed outside of make_bcs)
233233 ! - bug fix for land elevation in catchment.def file
234234 ! - generation of nc4-formatted tile file
235+ ! - v14 is used for coupled atm-ocean-seaice with MOM6/v2 (OM4) ocean bathymetry
235236
236- LAIBCS = ' MODGEO'
237- SOILBCS = ' HWSD_b'
238- MODALB = ' MODIS2'
239- SNOWALB = ' MODC061v2'
240- OUTLETV = " v2"
241- GNU = 1.0
242- use_PEATMAP = .true.
243- jpl_height = .true.
244-
245- case (" v14" )
246-
247- ! "v14", "v13", and "v12" are identical except for:
248- ! - topography used for the atm (processed outside of make_bcs)
249- ! - v14 is used for coupled atm-ocean-seaice with v2 (OM4) ocean bathymetry
250-
251237 LAIBCS = ' MODGEO'
252238 SOILBCS = ' HWSD_b'
253239 MODALB = ' MODIS2'
You can’t perform that action at this time.
0 commit comments