This folder contains an example of how to use C-Xool to generate atmospheric forcing for a simplified ROMS setup. It serves as a minimal working demonstration of the software.
This toy example shows how to run C-Xool with a real ERA5 variable list over a
short simulation period using a test grid (inluum_grid.nc
).
The goal is to create a ROMS-compatible forcing file (roms_frc.nc
)
from ERA5 reanalysis data. The toy model is not realistic, but it serves the purpose of showing
that C-Xool successfully generates a working atmospheric forcing file for ROMS.
The example includes:
cxool_instructions.txt
)data/inluum_grid.nc
)data/run_cxool_example.py
)External/inluum.in
)Include/gulfofmexico.h
)README.md
file
ROMS_example
├── cxool_instructions.txt
├── data
│ ├── inluum_grid.nc
│ └── run_cxool_example.py
├── External
│ └── inluum.in
├── Include
│ └── gulfofmexico.h
├── README.html
└── README.md
Go inside the folder data
. There, you can run C-Xool directly from the command line with:
cxool \
--grid-name data/inluum_grid.nc \
--initialdate 1983-10-25 \
--finaldate 1983-10-31 \
--interval 6 \
--plot-interval 0 \
--vars-to-interp t2m wind msl tcc avg_snswrf q tp \
--final-interpolated-file roms_frc.nc \
--data-storage ./raw_era5 \
--data-subfolder merged_data \
--ref-date "1970-01-01T00:00:00.000000000"
This command will:
roms_frc.nc
.Go inside the folder data
. You can also execute the entire example with the Python script in the following way:
python data/run_cxool_example.py
This script performs the same actions as the command-line example. This will produce a file called roms_frc.nc
; this is the atmospheric forcing file built by C-Xool.
Once the roms_frc.nc
file is generated,
you can use it as the atmospheric forcing file in your ROMS simulation.
The provided ROMS input file External/inluum.in
and header Include/gulfofmexico.h
illustrate the configuration used for this toy example.
It is the responsibility of the user to set the ROMS required libraries properly and the
path in each system. Further, the file External/inluum.in
must be edited so all your paths
to both the grid and the forcing file are set properly:
GRDNAME == /set/your/path/here/data/inluum_grid.nc
.FRCNAME == /set/your/path/here/data/roms_frc.nc
.It is the sole responsibility of the user to:
The authors of C-Xool do not distribute or maintain the ROMS source code; ROMS is a well-established, widely recognised ocean modelling system. Please refer to myroms.org for official ROMS documentation and downloads.
For questions, bugs, suggestions, or just greetings, contact:
cargaezg@iingen.unam.mx