Skip to content

azadeh-gh/ufs-land-forcing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ufs-land-forcing

Make sure your computer has FORTRAN compiler and NetCDF software installed.

First clone this repository:

git clone https://github.com/barlage/ufs-land-forcing.git

Modify the user_build_config based on the location of the NetCDF libraries and FORTRAN compiler.

Example of single_point test:

  1. Change directory to the single_point directory

  2. The initial data are in bondville.forcing that includes location information , initial states, meta data, and conversion information.

  3. Invoke make to compile. This should create executable file create_point_data.exe

  4. Run the point_data and create the NetCDF files using: ./create_point_data.exe

  5. The output NetCDF files should be ufs_land_forcing, ufs_land_driver_static, and ufs_land_driver_init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 98.2%
  • Makefile 1.8%