Difference between revisions of "Quick Install and Run"
From Planets
(→Tools and Libraries) |
|||
Line 1: | Line 1: | ||
== Tools and Libraries == | == Tools and Libraries == | ||
− | |||
− | |||
* Fortran compiler (install with gfortran) | * Fortran compiler (install with gfortran) | ||
Line 8: | Line 6: | ||
* FCM | * FCM | ||
* IOIPSL | * IOIPSL | ||
+ | |||
+ | TO BE COMPLETED | ||
== Data == | == Data == | ||
* datadir + starts + other GCM data for test case early Mars (desert planet with a CO2 atmosphere) | * datadir + starts + other GCM data for test case early Mars (desert planet with a CO2 atmosphere) | ||
+ | |||
+ | TO BE COMPLETED | ||
== Compiling == | == Compiling == | ||
* prepare and explain arch files | * prepare and explain arch files | ||
* compiling a test case (early Mars) | * compiling a test case (early Mars) | ||
+ | |||
+ | TO BE COMPLETED | ||
== Running == | == Running == | ||
* run your first simulation | * run your first simulation | ||
+ | |||
+ | TO BE COMPLETED | ||
== Checking the Results == | == Checking the Results == | ||
* everything is cool in the .out file | * everything is cool in the .out file | ||
* tools to visualize the produced diagfi.nc file: panoply, ncview, paraview, etc. | * tools to visualize the produced diagfi.nc file: panoply, ncview, paraview, etc. | ||
+ | |||
+ | TO BE COMPLETED |
Revision as of 08:50, 7 April 2022
Tools and Libraries
- Fortran compiler (install with gfortran)
- NetCDF + references to visualization tools (ncview, paraview, grads, etc.)
- svn
- FCM
- IOIPSL
TO BE COMPLETED
Data
- datadir + starts + other GCM data for test case early Mars (desert planet with a CO2 atmosphere)
TO BE COMPLETED
Compiling
- prepare and explain arch files
- compiling a test case (early Mars)
TO BE COMPLETED
Running
- run your first simulation
TO BE COMPLETED
Checking the Results
- everything is cool in the .out file
- tools to visualize the produced diagfi.nc file: panoply, ncview, paraview, etc.
TO BE COMPLETED