I wanted to carry out Regional simulation and use SOIL_DATA_OPTION = 2, but after I prepared the driver data, the model could not find SOILCL1 after running #197
-
For Noah - MP of Regional simulation, I downloaded the data on the https://www2.mmm.ucar.edu/wrf/users/download/get_sources_wps_geog.html, I have prepared geo_em.d01.nc data containing soilgrids data (including SOILCL1, SOILCL2, SOILCL3, and SOILCL4). When I prepare the forcing data and carry out simulation, the modle said that SOILCL1 is not found. Do I need to modify the code create_forcing.F about preparing the driver data, or am I doing it wrong? (I'm going to run a simulation of the Tibetan Plateau, using GLDAS data). WPS: Optional fields not processed by geogrid: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Noah-MP: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
THe SOILCL1~4 should be included in the HRLDAS_setup_file. Please check your HRLDAS_setup file to see if it has these variables. If not, please add these variables from geo_em file directly to hrldas_setup file (e.g., you could use the nco to do it in one single command: https://stackoverflow.com/questions/68635806/how-to-add-variable-from-nc1-to-nc2-file-without-deleting-removing-the-variables) |
Beta Was this translation helpful? Give feedback.
THe SOILCL1~4 should be included in the HRLDAS_setup_file. Please check your HRLDAS_setup file to see if it has these variables. If not, please add these variables from geo_em file directly to hrldas_setup file (e.g., you could use the nco to do it in one single command: https://stackoverflow.com/questions/68635806/how-to-add-variable-from-nc1-to-nc2-file-without-deleting-removing-the-variables)