STOP String is all blanks. #293
-
|
I am trying to simulate the HRLDAS model with GLDAS data for 2 days. But while doing the run , it stops after SWdown , and stops showing the statement 'STOP String is all blanks.' |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
|
@tslin2 @CharlesZheZhang Could you please take a look? Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Below , I am attaching my namelist.GLDAS.input file., &files geo_em_flnm = "./geo_em.d01.nc" WEASDfile_template = "/INIT/GLDAS_SWE_inst_", STfile_template = "/INIT/GLDAS_SoilTMP_000-010_", SMfile_template = "/INIT/GLDAS_SoilMoi_000-010_", / -----+------+------+------+----------+-----------+-----------------------------------------+-----------------------+ GRIB1| Level| From | To | | | |GRIB2|GRIB2|GRIB2|GRIB2| Param| Type |Level1|Level2| Name | Units | Description |Discp|Catgy|Param|Level| -----+------+------+------+----------+-----------+-----------------------------------------+-----------------------+ 11 | 1 | 0 | | T2D | K | Temperature at 2 m | 0 | 0 | 0 | 103 | 51 | 1 | 0 | | Q2D | kg/kg | Specific Humidity at 2 m | 0 | 1 | 0 | 103 | 33 | 1 | 0 | | U2D | m/s | U at 10 m | 0 | 2 | 2 | 103 | 34 | 1 | 0 | | V2D | m/s | V at 10 m | 0 | 2 | 3 | 103 | 1 | 1 | 0 | | PSFC | Pa | Surface Pressure | 0 | 3 | 0 | 1 | 59 | 1 | 0 | | RAINRATE | kg/m^2/s | Precipitation Rate | 0 | 1 | 8 | 1 | 204 | 1 | 0 | | SWDOWN | W/m^2 | Downward short-wave radiation flux | 0 | 4 | 192 | 1 | 205 | 1 | 0 | | LWDOWN | W/m^2 | Downward long-wave radiation flux | 0 | 5 | 192 | 1 | 7 | 1 | 0 | | TERRAIN | m | Terrain field of source analysis | 2 | 0 | 7 | 1 | 138 | 1 | 0 | | TSK | K | Skin temperature | 0 | 0 | 0 | 1 | 65 | 1 | 0 | | SNOW | kg/m^2 | Water equivalent snow depth | 0 | 1 | 13 | 1 | 71 | 1 | 0 | | CANWAT | kg/m^2 | Plant Canopy Surface Water | 2 | 0 | 196 | 1 | 86 | 112 | 0 | 4 | SMOIS_1 | kg/m^2 | Soil Moist 0-10 cm below grn layer (Up) | 2 | 0 | 192 | 106 | 86 | 112 | 0 | 3 | SMOIS_2 | kg/m^2 | Soil Moist 10-40 cm below grn layer | 2 | 0 | 192 | 106 | 86 | 112 | 0 | 2 | SMOIS_3 | kg/m^2 | Soil Moist 40-100 cm below grn layer | 2 | 0 | 192 | 106 | 86 | 112 | 0 | 1 | SMOIS_4 | kg/m^2 | Soil Moist 100-200 cm below gr layer | 2 | 0 | 192 | 106 | 85 | 112 | 0 | 4 | STEMP_1 | K | T 0-10 cm below ground layer (Upper) | 2 | 0 | 2 | 106 | 85 | 112 | 0 | 3 | STEMP_2 | K | T 10-40 cm below ground layer (Upper) | 2 | 0 | 2 | 106 | 85 | 112 | 0 | 2 | STEMP_3 | K | T 40-100 cm below ground layer (Upper) | 2 | 0 | 2 | 106 | 85 | 112 | 0 | 1 | STEMP_4 | K | T 100-200 cm below ground layer (Bottom)| 2 | 0 | 2 | 106 | 81 | 1 | 0 | | LANDSEA | proprtn | Land/Sea flag (1=land,0=sea in NAM) | 2 | 0 | 0 | 1 | -----+------+------+------+----------+-----------+-----------------------------------------+-----------------------+ |
Beta Was this translation helpful? Give feedback.
-
|
Sir , kindly help me solving this trouble . |
Beta Was this translation helpful? Give feedback.
-
|
Thank you sir , the error is resolved , the simulation worked |
Beta Was this translation helpful? Give feedback.
ok, I think you need to include both SWfile_secondary and PCPfile_secondary, if you don't, it result in the error you saw. Please give a try to add it
SWfile_primary = "/SWdown/GLDAS_SWdown_f_tavg_",
SWfile_secondary = "/SWdown/GLDAS_SWdown_f_tavg_",
PCPfile_primary = "/Precip/GLDAS_Precip_"
PCPfile_secondary = "/Precip/GLDAS_Precip_",