WRF: Difference between revisions

From gfi
No edit summary
(Lots)
Line 1: Line 1:
This page will feature some help on getting started with WRF at GFI.
This page will feature some help on getting started with WRF at GFI.
Login to Cyclone
Create folder for playing with WRF with initjet
In that folder do: git clone <nowiki>https://git.app.uib.no/Clemens.Spensberger/initjet.git</nowiki>
Go into the initjet folder
Command: module load netCDF-Fortran/4.4.4-foss-2018b OpenBLAS/0.3.1-GCC-7.3.0-2.30
Go into the folder src and type: make main.exe
Using: vi namelist.initJET you can edit the namelist for your WRF simulation
For example: 201 by 101 grid points, 10k by 5k domain, sst_diff = 0, p-pert, P_nx=51, P_ny=51, P_amp=6.d2
module load ncview
ssh uib-username@fram.sigma2.no
wget https://github.com/wrf-model/WRF/releases/download/v4.5.2/v4.5.2.tar.gz


[[Category:WRF]]
[[Category:WRF]]
[[Category:Models]]
[[Category:Models]]

Revision as of 08:57, 28 February 2024

This page will feature some help on getting started with WRF at GFI.


Login to Cyclone

Create folder for playing with WRF with initjet

In that folder do: git clone https://git.app.uib.no/Clemens.Spensberger/initjet.git

Go into the initjet folder

Command: module load netCDF-Fortran/4.4.4-foss-2018b OpenBLAS/0.3.1-GCC-7.3.0-2.30

Go into the folder src and type: make main.exe

Using: vi namelist.initJET you can edit the namelist for your WRF simulation

For example: 201 by 101 grid points, 10k by 5k domain, sst_diff = 0, p-pert, P_nx=51, P_ny=51, P_amp=6.d2

module load ncview

ssh uib-username@fram.sigma2.no

wget https://github.com/wrf-model/WRF/releases/download/v4.5.2/v4.5.2.tar.gz