Code Monkey home page Code Monkey logo

wrf-suews's Introduction

WRF-SUEWS

WRF-SUEWS coupling project

Make sure you use the following commands after cloning the repo:

git submodule init
git submodule update

These commands update SUEWS repo associated with WRF-SUEWS. Currently, it is an older version of SUEWS than the most up-to-date one.

To compile and Run on JASMIN (as of 12 Oct 2021)

dependencies

please follow the official guide here

steps

  1. Go to coupling-automator, and type make

  2. It creates the WRF-SUEWS folder to compile (name of the folder depends on what you specify here)

  3. load JASMIN compilers: module load intel/20.0.0

  4. In the created folder, type ./configure. This is for configuration of WRF-SUEWS. Choose number 15 for the compiler (as of WRFv4 this refers to standard intel compiler) and basic option for the nesting.

  5. Then you need compile the code: ./compile em_real >& compile.log&. For this, you can submit the job file by sbatch sb-compile.sh in the compilation folder (specified by path_working in automate_main.py).

  6. After compilation of the code, you need to transfer all the wrf_input files to the location of main run (usually ./test/em_real). It should include the boundary condition file.

  7. You also need to copy namelist.suews to the same location.

  8. Use LANDUSE.TBL in ./test/em_real to change the albedo associated with Urban areas (number 13 for MODIFIED_IGBP_MODIS_NOAH for both winter and summer. By default it is 15% (0.15). In London case, it is changed to 11% (0.11) based on Ward et al. 2016)

  9. namelist.input should also be modified to be consistent for WRF-SUEWS. See examples here (specially the sf_surface_physics = 9 which specifies to use SUEWS as the LSM).

  10. The rest of steps, are similar to usual WRF runs (running WRF-SUEWS)

pre-processing using WPS

To generate the original wrfinput files (before processing them for WRF-SUEWS), you should follow here. After generating wrfinput and wrfbdy, you need to follow pre-processing instructions to modify the input file suitbale for WRF-SUEWS runs

SUEWS specific pre-processing using WRF-SUEWS preprocessing system (WSPS)

Please refer to this instruction for WRF-SUEWS preprocessing system (WSPS).

wrf-suews's People

Contributors

hamidrezaomidvar avatar sunt05 avatar zhenkunl avatar trinityhuang avatar xiaoxiongxie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.