-
Notifications
You must be signed in to change notification settings - Fork 7
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
Leaf Age Response function for all Biogenic VOCs consistent with MEGAN #92
Changes from 25 commits
71c80fc
b483227
de2eedb
06009ed
755c29b
4510db9
ef271bd
dc2aec5
e5fdd4f
5a3f4dc
d7e4a6c
9cfd2d0
f6330d5
326d400
d054909
22eebe0
6fe2a3b
bd6ba89
1099a08
680d1be
73ee5b0
c0f275d
11e6763
7dafd4e
f8fa249
8a9f1e7
2efa8b8
8223dc8
126cb38
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,9 +1,12 @@ | ||||||
&FILENAMES | ||||||
!2D Text and NCF Examples | ||||||
! Recommend set file_out prefix to initial 'YYYY-MM-DD-HH-MMSS_region_identifier' | ||||||
file_vars = 'input/gfs.t12z.20220630.sfcf023.canopy.nc' 'input/gfs.t12z.20220701.sfcf000.canopy.nc' 'input/gfs.t12z.20220701.sfcf001.canopy.nc' | ||||||
! file_vars = 'input/gfs.t12z.20220630.sfcf023.canopy.nc' 'input/gfs.t12z.20220701.sfcf000.canopy.nc' 'input/gfs.t12z.20220701.sfcf001.canopy.nc' | ||||||
file_vars = 'input/canopy.t12z.20220630.testf023.southeast.nc' 'input/canopy.t12z.20220701.testf000.southeast.nc' 'input/canopy.t12z.20220701.testf001.southeast.nc' | ||||||
! file_vars = 'input/gfs.canopy.t12z.20220701.global.f000.nc' 'input/gfs.canopy.t12z.20220701.sfcf000.nc' 'input/gfs.t12z.20220701.sfcf000.nc' | ||||||
! file_vars = 'input/gfs.t12z.20220630.sfcf023.canopy.nc' 'input/gfs.t12z.20220701.sfcf000.canopy.nc' 'input/gfs.t12z.20220701.sfcf001.canopy.nc' | ||||||
! file_vars = 'input/gfs.t12z.20220630.sfcf023.canopy.txt' 'input/gfs.t12z.20220701.sfcf000.canopy.txt' 'input/gfs.t12z.20220701.sfcf001.canopy.txt' | ||||||
file_out = 'output/2022-07-01-11-0000_southeast_us' | ||||||
file_out = 'output/2022-07-01-11-0000_global_leafageON' !southeast_us' | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
!1D Point Example | ||||||
! Recommend set file_out prefix to initial 'YYYY-MM-DD-HH-MMSS_point_identifier' | ||||||
|
@@ -17,8 +20,8 @@ | |||||
time_end = '2022-07-01-13:00:00.0000' | ||||||
ntime = 3 | ||||||
time_intvl = 3600 | ||||||
nlat = 43 | ||||||
nlon = 86 | ||||||
nlat = 43 !for Global nlat= 1536 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
nlon = 86 !for Global nlon= 3072 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
modlays = 100 | ||||||
modres = 0.5 | ||||||
ifcanwind = .TRUE. | ||||||
|
@@ -48,6 +51,8 @@ | |||||
crop_set = 3.0 | ||||||
co2_opt = 0 | ||||||
co2_set = 400.0 | ||||||
lai_tstep = 86400 | ||||||
leafage_opt = 1 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
lai_thresh = 0.1 | ||||||
frt_thresh = 0.1 | ||||||
fch_thresh = 0.5 | ||||||
|
drnimbusrain marked this conversation as resolved.
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@quaz115 Please also revert these input files back to what they are in default [develop] branch. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be uncommented right: file_vars = 'input/gfs.t12z.20220630.sfcf023.canopy.nc' 'input/gfs.t12z.20220701.sfcf000.canopy.nc' 'input/gfs.t12z.20220701.sfcf001.canopy.nc'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should look like this: