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