-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
output_vars_mask #60
Comments
I agree is purely "cryptic".... You have to look into the code itself to get an idea. integer(ik4) , parameter :: sts_t2max = 1 |
Hi, thank you for taking a time to answer. Just to be sure, in the example you mentioned to enable only pcp_avg you set the first 9 in false, but then said that coordinate variables can't be disabled, so should i assume it overwrites them with true? Another doubt i have is that the README.namelist puts for example in enable_srf_vars = 65* but in mod_ncout.F90 i count in total 48 srf variables. enable_srf_vars = 46*.false., 2*.true. (counting 48) and this is my error: enable_srf_vars = 46*.false., 2*.true., 17*.false* (counting 65) and this is my error:
|
I don't find any example besides the README.namelist, where there's an actual variable selection.
In the example it uses every variable:
enable_atm_vars = 79*.true., ! Mask to eventually disable variables ATM
enable_srf_vars = 65*.true., ! Mask to eventually disable variables SRF
enable_rad_vars = 31*.true., ! Mask to eventually disable variables RAD
enable_sub_vars = 19*.true., ! Mask to eventually disable variables SUB
enable_sts_vars = 29*.true., ! Mask to eventually disable variables STS
enable_shf_vars = 10*.true., ! Mask to eventually disable variables SHF
enable_lak_vars = 19*.true., ! Mask to eventually disable variables LAK
enable_opt_vars = 24*.true., ! Mask to eventually disable variables OPT
enable_che_vars = 31*.true., ! Mask to eventually disable variables CHE
I want to know how can i select the ones i want.
Besides, using ncdump -h on any of my output files, the number of variables is different from the README.namelist example.
Thanks.
The text was updated successfully, but these errors were encountered: