Replies: 1 comment 2 replies
-
Hi @cbachand: Typically your LDT-generated parameter-based lis_input.nc file should work for that entry. Looking at your log files, I see the following error message: It looks like the "obs landmask" map was successfully read in, so I am wondering if you could add some print statements within the routine where you see that above comment before any of the ESMF calls. You could check if the target domain (which the interpolation to the gridspace that the EnKF steps will be computed on) was (1) successfully read in and (2) matches the landmask (and domain mask) that your parameters are on. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have been trying to use LIS to generate an ensemble by applying perturbations to the forcing variables. I was told by Sujay that perturbations are not applied correctly if DA is turned off. To overcome this problem, he recommended tricking LIS into thinking it is doing DA by providing a nonexistent observation directory, so that no data assimilation happens, but perturbations are still applied.
I have been trying to implement this, but am having trouble figuring out what to use for my "Data assimilation observation domain file". LIS stops running if this file is left unspecified.
Can somebody explain to me the purpose of this file? I'm not actually applying DA, so will it affect my model run at all?
I have tried using my lis_input.nc file, but I get the warning: "Error in nf90_get_att: GRIDTYPE" and the error: "ESMF_DistGridCreate failed: obsgridDG Stopping", which stops LIS from running.
Does anybody have suggestions on what I can use for this file so that LIS will run without stopping?
For reference, my files are on discover:
config file: /discover/nobackup/cbachand/INDUS_50km_merra2/lis.config_ensfinal_da
log files: /discover/nobackup/cbachand/INDUS_50km_merra2/log_ens_da/
Beta Was this translation helpful? Give feedback.
All reactions