Skip to content

Commit

Permalink
Added one line at the end of the BC tables
Browse files Browse the repository at this point in the history
preprocessor.ESGF was exiting with failure since "while read" loop that was reading BC table was not completed correctly. Ending the BC tables with 1 line starting with "#" asures that the loop completes, and that preprocessor.ESGF exits with success if all the rest done correctly.
  • Loading branch information
yoselita committed Oct 13, 2021
1 parent 0f5dc25 commit fa8e769
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BCtable.CanESM2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interval 3hour
remove_leap true

abbr grib ltype version ensemble freq realm table filter
------- ---- ----- --------- -------- ---- ------ ------- -----------------
-------- ---- ----- --------- -------- ---- ------ ------- -----------------
sftlf 172 1 * r0i0p0 fx atmos fx only_ic|is_land_mask|percent2one|set_start_time|rename(sftlf)
orog 129 1 * r0i0p0 fx atmos fx only_ic|set_start_time|rename(orog)
ta 11 109 * r1i1p1 6hr atmos 6hrLev tinterp2interval|set_hybrid_levels
Expand All @@ -27,3 +27,4 @@ tas 11 105 * r1i1p1 day atmos day tinterp2interval
uas 33 105 * r1i1p1 day atmos day tinterp2interval
vas 34 105 * r1i1p1 day atmos day tinterp2interval
prsn 141 1 * r1i1p1 day atmos day tinterp2interval
#--------------------------------------------------------------------------
1 change: 1 addition & 0 deletions BCtable.IPSLCM5
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ soil42 42 112 * r1i1p1 mon land Lmon BEGIN|use_era_interim|m
#uas 33 105 * r1i1p1 day atmos day tinterp2interval
#vas 34 105 * r1i1p1 day atmos day tinterp2interval
#prsn 141 1 * r1i1p1 day atmos day tinterp2interval
#--------------------------------------------------------------------------
3 changes: 2 additions & 1 deletion BCtable.MPIESM12LR
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ps 1 1 * r1i1p1f1 6hr - 6hrLev
psl 2 1 * r1i1p1f1 6hr - 6hrPlev shift_time(-3hour)|fixed2interval
siconc 31 1 * r1i1p1f1 day - SIday remapnn|sea_masked|percent2one|tinterp2interval
tos 37 1 * r1i1p1f1 3hr - 3hr remapnn|sea_masked|celsius2K
hus 52 105 * r1i1p1f1 day - day tinterp2interval
huss 52 105 * r1i1p1f1 day - day tinterp2interval
tas 11 105 * r1i1p1f1 day - day tinterp2interval
uas 33 105 * r1i1p1f1 day - day tinterp2interval
vas 34 105 * r1i1p1f1 day - day tinterp2interval
Expand All @@ -36,3 +36,4 @@ soil39 39 112 - - - - - BEGIN|use_era_interim|maskregion|fixed2interva
soil40 40 112 - - - - - BEGIN|use_era_interim|maskregion|fixed2interval|set_extension(grb)|unleap|END
soil41 41 112 - - - - - BEGIN|use_era_interim|maskregion|fixed2interval|set_extension(grb)|unleap|END
soil42 42 112 - - - - - BEGIN|use_era_interim|maskregion|fixed2interval|set_extension(grb)|unleap|END
#--------------------------------------------------------------------------

0 comments on commit fa8e769

Please sign in to comment.