Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

output

  1. Y

    How is the Mohnobov length calculated

    In WRF, it is possible to output RMOL=1/L (where L is the Monin-Obukhov length). What formula is used to calculate this L
  2. K

    Custom land cover dataset and LANDUSE.TBL

    I was able to successfully run WRF simulations using a custom land cover dataset, but when looking back at the rsl files, it shows: INPUT LandUse = "NLCD_KR" INPUT FILE FOR LANDUSE REACHED END OF FILE LANDUSE IN INPUT FILE DOES NOT MATCH LUTABLE: TABLE NOT USED INITIALIZE THREE Noah LSM RELATED...
  3. D

    How to output surface temperature using ncdump in WRF 4.3.3?

    Hello, I am trying to check the surface temperature from a WRF output file using ncdump, but I’m not sure which variable corresponds to surface temperature and how to properly extract it. I am using WRF v4.3.3 with the urban canopy model enabled (sf_urban_physics = 1). I would like to: Know the...
  4. Y

    Adding a new variable to the module_surface_driver.F

    I made modifications to the physical parameterization scheme and added one variable 'ALBOLD'. I added the new variable in Registry.EM_COMMON as follows: I have made changes to the original variable ‘SNOALB’ and the new variable ‘ALBOLD’ in the ‘wrfrst’ file after the spin-up time, but the...
  5. K

    Outputting a New Variable

    Note: This example shows the process for outputting an existing local variable within a routine, but the steps would be similar if creating a new variable to output. Note: This example uses the WRFV4.6.1 code. Note: For all code changes, make sure to follow Fortran syntax - use existing code as...
Top