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. 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...
  2. 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...
  3. 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