-
Notifications
You must be signed in to change notification settings - Fork 53
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
Output netcdf format from HRLDAS #196
Comments
If you are in a Linux system supporting Large File System (LFS), then you should be able to write the netcdf files > 2GB. Check your system by using this command: ulimit -a Anyone else has any suggestions? |
I think the advice provided by cenlin works, but the easiest way to do it is actually to comment out some outputs that you don't need. The code of outputs starts from here:
|
Thanks , the problem is solved now . |
mainly the soil and snow related variables (please note that the variable names in wrfinput file may not be exactly the same as the ones shown below in LDASOUT file): |
Sir, In my LDAS_OUT file the soil temperature values are 'NaN', Can you kindly tell me what changes in the namelist file do I have to make. START_YEAR = 2018 ! RESTART_FILENAME_REQUESTED = "/home/dell/Desktop/chandra_hrldas/data/ldas_run/run/output2/RESTART.2022020900_DOMAIN2" KDAY = 3000 !FORC_TYP = 1 FORCING_NAME_T = "T2D" DYNAMIC_VEG_OPTION = 4 FORCING_TIMESTEP = 3600 SPLIT_OUTPUT_COUNT = 1 ! XSTART = 20 NSOIL=4 ZLVL = 10.0 SF_URBAN_PHYSICS = 0 !UCMCALL = 0 |
Your namelist looks good. not sure why your soil temperature is NaN. Is it all NaN in your study domain and during all your simulation period? |
Most of the points , its is nan an a few(just 10/12 points only) points are showing some values , others are all 'NaN'. |
|
No sir , The soil moisture values are continous . |
This is weird. Try another short test run with TBOT_OPTION =1. Also, please check each of your other output variables to see if there is any other output variables showing the similar NaN issues. This will help to diagnose the potential related variables and point toward the cause of the issue. |
Sir, apart from SOIl Moisture , mostly the other variables are having NaN values. I also checked TBOT_OPTION =1, but the smae outcome . Can you please share a namelist.hrldas file so that i can check it with mine |
If you just use the namelist.hrldas with the default physics option, it should work.
|
I am forcing HRLDAS from GLDAS data , i have a big domain of 7kms , but as the domain size is big the size of the restart file is exceeding 2.2 GB , as the output nrecdf format is classic net-cdf , the model is blowing off. Please help me to change the output format type from the model.
The text was updated successfully, but these errors were encountered: