Generic metforcing support #830
Replies: 2 comments 7 replies
-
Hi, Thanks for your interest in LIS. LIS does have a generic meteorological forcing option. Please see the code in: LISF/lis/metforcing/genMetForc There is an option to run LDT to generate this forcing, so in LIS, you would choose "LDT-generated" for the metforcing. This generic metforcing reads in netCDF data. You could skip the LDT step and generate the forcing outside of the LISF software. You will need to ensure that the format of the netCDF data that you create is consistent with the genMetForc reader code. @karsenau - you wrote this code in both LDT and LIS. Do you have any further comments? David |
Beta Was this translation helpful? Give feedback.
-
Hi @karsenau I want use to NCUM Global data to use as metforcing in LIS. I have generated metforcing files like this: Tair_NCUM_202301.nc; Qair_NCUM_202301.nc etc.! Does this filename convention work? This file may contain data for the whole time period. Or should I have all the variable in one file? Hashmi Fatima |
Beta Was this translation helpful? Give feedback.
-
Creating custom met forcing is difficult as it required creating a new code and then compiling it into the LDT/LIS. I would like to propose a generic met forcing for generally used variables (shortwave, longwave, precip, temperature, pressure, specific humidity) format that can be directly used in the LDT/LIS. This could be as simple as the following:
This could be extremely helpful, rather than writing, debugging, and then publishing code for each dataset. Please let me know what do you think about this. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions