Git Product home page Git Product 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:

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- In the created folder, type ./configure. This is for configuration of WRF-SUEWS. Choose number 15 for the compiler and basic option for the nesting.

4- Then you need compile the code: ./compile em_real >& compile.log. For this, you can submmit the job as following:

#!/bin/bash 
#BSUB -q short-serial 
#BSUB -o %J.out 
#BSUB -e %J.err 
#BSUB -W 02:30

./compile em_real >& log.compile

5- 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.

6- You also need to copy namelist.suews to the same location.

7- Use LANDUSE.TBL in ./test/em_real to change the albedo associated with Urban aras (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)

8- 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).

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

WPS process

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

WSPS steps:

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

wrf-suews's People

Contributors

hamidrezaomidvar avatar sunt05 avatar trinityhuang avatar zhenkunl 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.