cd10kfsu / q-gcm

The Quasi-Geostrophic Coupled Model Code Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Quasi-Geostrophic Coupled Model (Q-GCM)

Compile and run the double gyre ocean only case

Create the forcing file:

in python/

python create_forcing.py
\cp -f avges.nc ../examples/double_gyre_ocean_only/

Link the config files and compile

in src

ln -s ../config/make.macro.x86_64.gfortran431.netcdf3 make.macro
rm make.config parameter_data.F
ln -s ../examples/double_gyre_ocean_only/make.config .
ln -s ../examples/double_gyre_ocean_only/parameters_data.F .
make

in examples/double_gyre_ocean_only/

mkdir outdata
cp ../../src/q-gcm .
./q-gcm

About

The Quasi-Geostrophic Coupled Model Code Repository


Languages

Language:Fortran 96.3%Language:Roff 3.1%Language:Makefile 0.5%Language:Python 0.1%