@@ -13,10 +13,20 @@ program mk_runofftbl
1313! This program generates the runoff table *.trn and *.TRN files that are used in the Catchment model for
1414! directing runoff to its ocean sink. The inputs are (i) bcs geometry files associated with the Gridname
1515! and (ii) a binary file ("Outlet_latlon.43200x21600") that provides the land raster grid cells where the
16- ! outlets are located. The latter file is created by [..]/Raster/preproc/routing/run_routing_raster.py.
16+ ! outlets are located. The latter file is either created by [..]/Raster/preproc/routing/run_routing_raster.py
17+ ! or from Randy's ([email protected] ) old file under {MAKE_BCS_INPUT_DIR}/land/route/v1.1718! The program first moves the outlet locations from the land raster grid cells to the nearest ocean pixels
18- ! by calling outlets_to_ocean() and then generates the runoff table files.
19- ! The program currently works only for the MOM5 and MOM6 tripolar ocean grids.
19+ ! by calling outlets_to_ocean() (only with bcs version v11, v12 or later) and then generates the runoff table files.
20+ ! The program outlets_to_ocean() currently works only for the MOM5 and MOM6 tripolar ocean grids.
21+ !
22+ ! Basically based on bcs version we would use have these 3 options:
23+ ! =======================================================
24+ ! bcs version --> Outlet lat/lon file version
25+ !- --------------------------------------------------
26+ ! v12 --> (new) v2 (produced with Yujin's pre-processing routines)
27+ ! v11 --> (old) v1 (produced with Randy's old file)
28+ ! otherwise --> n/a (produced with Randy's old file, but do not move outlet locations to ocean)
29+ ! =========================================================
2030!
2131! Yujin Zeng - June 17, 2024
2232
0 commit comments