UFS-SRW v3.0.0 SciDoc updates#80
Conversation
|
I am worried about the size of these images; ideally there should be no binary files (images included) in a github repository, especially for one that is a submodule for many other repositories. 5MB may not seem like a lot but that is an extra 5MB every time the repository is cloned, and it increases the entire ccpp-physics repository size by ~15%. And if we continue adding images for every new capability this problem will only get worse. Is there a way for us to host these images elsewhere instead of keeping them in the ccpp-physics repository? |
|
@mzhangw Pls provide la link to the rendered html so we can use as part of the review. Tks @mkavulich Good point. What do you suggest? I suppose it could be distributed as a release asset?? |
|
Thanks for collecting these updates.
I may have more comments later. |
|
@mzhangw Can you also include a change in @ligiabernardet I am not 100% sure (the doxygen documentation is unclear), but it should be possible to point to external images when building documents with Doxygen, using the syntax Thanks! |
| d2_bg_k1 = 0.2 | ||
| d2_bg_k2 = 0.04 | ||
| d4_bg = 0.12 | ||
| d_con = 1.0 |
There was a problem hiding this comment.
In RRFS we use d_con=0.5
| hord_dp = -5 | ||
| hord_mt = 5 | ||
| hord_tm = 5 | ||
| hord_tr = 10 |
There was a problem hiding this comment.
RRFS uses: hord_dp = 6
hord_mt = 6
hord_tm = 6
hord_tr = 8
hord_vt = 6
| make_nh = .true. | ||
| mountain = .false. | ||
| n_split = 5 | ||
| n_sponge = 24 |
There was a problem hiding this comment.
In RRFS:
n_sponge = 9
| nggps_ic = .true. | ||
| no_dycore = .false. | ||
| nord = 3 | ||
| nord_tr = 2 |
| npx = 220 | ||
| npy = 132 | ||
| npz = 64 | ||
| nrows_blend = 10 |
There was a problem hiding this comment.
In RRFS nrows_blend = 20
| lsoil = 4 | ||
| lsoil_lsm = 9 | ||
| ltaerosol = .true. | ||
| lwhtr = .true. |
There was a problem hiding this comment.
Insert here:
mix_chem = .true.
mosaic_lu = 1
mosaic_soil = 1
| ltaerosol = .true. | ||
| lwhtr = .true. | ||
| nsfullradar_diag = 3600 | ||
| nst_anl = .true. |
There was a problem hiding this comment.
nst lines could be removed
| print_diff_pgr = .false. | ||
| prslrd0 = 0.0 | ||
| random_clds = .false. | ||
| redrag = .true. |
There was a problem hiding this comment.
Add:
rrfs_sd = .true.
rrfs_smoke_debug = .false.
| redrag = .true. | ||
| satmedmf = .false. | ||
| sfclay_compute_flux = .true. | ||
| shal_cnv = .false. |
There was a problem hiding this comment.
add:
smoke_forecast = 0
| swhtr = .true. | ||
| trans_trac = .true. | ||
| ttendlim = -999 | ||
| use_ufo = .true. |
There was a problem hiding this comment.
Add:
wetdep_ls_opt = 1
| print_memory_usage = .false. | ||
| / | ||
|
|
||
| &fv_core_nml |
There was a problem hiding this comment.
same changes here as in the previous FV3_HRRR
|
Since Man is now on leave, we have re-opened this PR at #91 @tanyasmirnova Thank you for your comments, I will reach out to you to make sure these get addressed. |
It is to initialize scientific documentation update for UFS-SRW v3.0.0 release from DTC.
The web link is here.