Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further cleanup of make_bcs utility and CatchmentCN routines #576

Merged
merged 24 commits into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
baf218e
minor bug fixes and cleanup:
gmao-rreichle Apr 20, 2022
a9d3292
Merge branch 'develop' into rreichle/cleanup/make_bcs
gmao-rreichle Apr 28, 2022
9238419
substantial cleanup of subroutine create_model_para_woesten(); added…
gmao-rreichle Apr 28, 2022
a56e7a0
minor adjustment to output into catch_params.nc4 to maintain 0-diff a…
gmao-rreichle Apr 29, 2022
10e4193
substantial cleanup of subroutine soil_para_hwsd(); added comments th…
gmao-rreichle May 3, 2022
bfb3cd3
fixing bug in previous commit
gmao-rreichle May 3, 2022
ef69e84
additional comments; fixed non-zero-diff change in penultimate commit
gmao-rreichle May 4, 2022
63e815c
further clean up CLM4.5_veg_typs_fracs
weiyuan-jiang May 11, 2022
59356e9
removed obsolete separate processing of CNCLM45 plant types and fract…
gmao-jkolassa May 13, 2022
7d33b4f
updated documentation about removed mapping to CLM4.5 PFTs
gmao-jkolassa May 13, 2022
ebd2d6d
updated documentation about PFTs used in CNCLM40 and CNCLM45; changed…
gmao-jkolassa May 13, 2022
e241438
changed instances of 'CLM-Carbon' to 'Catchment-CN' except in plot ti…
gmao-jkolassa May 13, 2022
7693912
a couple of minor edits to comments in mod_process_hres_data.F90 (ina…
gmao-rreichle May 13, 2022
112fc5a
changed file names of CatchCN veg class plots: CLM-Carbon_*.jpg --> C…
gmao-rreichle May 13, 2022
1decec2
minor clarifications in comments about removal of CLM4.5 veg class pr…
gmao-rreichle May 13, 2022
6943729
reverting previous commit for mk_GEOSldasRestarts.F90 because changes…
gmao-rreichle May 13, 2022
eb952c0
Merge branch 'develop' into rreichle/cleanup/make_bcs
biljanaorescanin May 16, 2022
e39b8f9
removing scaling with fpar
biljanaorescanin May 16, 2022
87a2ddc
removed math_routines.F90, commented out obsolete functions betai(), …
gmao-rreichle May 23, 2022
1b3ace5
remove generation of obsolete bcs file CLM4.5_veg_typs_fracs (#586)
gmao-rreichle May 23, 2022
cad95dd
cleanup of incomplete CatchCN albedo scaling #589
gmao-rreichle May 23, 2022
f890c8c
fix warning messages in bcs/clsm/*_params.nc4
biljanaorescanin May 25, 2022
d745c08
rename maxcat to n_tile
biljanaorescanin May 25, 2022
9c3baa1
Merge branch 'develop' into rreichle/cleanup/make_bcs
gmao-rreichle May 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,3 @@
#
# GEOSagcm=>PRESCRIBE_DVG: 0
# GEOSldas=>PRESCRIBE_DVG: 0

# ---- Scale CATCHCN ALBEDO and FPAR
#
# 0 : NO scaling is performed (default)
# 1 : Scale albedo to match interannually varying MODIS NIRDF and VISDF anomaly
# 2 : Scale albedo to match CDFs of model fPAR to MODIS CDFs of fPAR
# 3 : Perform both 1 and 2 above
#
# GEOSagcm=>SCALE_ALBFPAR: 0
# GEOSldas=>SCALE_ALBFPAR: 0

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ rasterize.F90
read_riveroutlet.F90
CubedSphere_GridMod.F90
rmTinyCatchParaMod.F90
comp_CATCHCN_AlbScale_parameters.F90
zip.c
util.c
)
Expand Down
Loading