Difference between revisions of "Tool Box Venus PCM"
Line 12: | Line 12: | ||
=== start2archive === | === start2archive === | ||
+ | This program collects multiple <code>start.nc</code> and <code>startfi.nc</code> files from a series simulations and store them in a <code>start_archive.nc</code> file. For this one simply needs to run the <code>startarchive</code> program in the directory. It will automatically fetch <code>start.nc</code> and <code>startfi.nc</code> files and generate <code>start_archive.nc</code>. If a <code>start_archive.nc</code> file is already present then the current <code>start.nc</code> and <code>startfi.nc</code> files are added to the <code>start_archive.nc</code> file (which can contain multiple initial states, as long as they are on the same grid and correspond to different dates. | ||
+ | The <code>startarchive</code> program should be compiled at the same resolution as the gcm which produced the start files, using the [[The_makelmdz_fcm_GCM_Compilation_Script | makelmdz_fcm]] compilation script | ||
+ | |||
=== newstart === | === newstart === | ||
+ | This program is to: | ||
+ | * extract (and interpolate) <code>restart.nc</code> and <code>restartfi.nc</code> files from a <code>start_archive.nc</code> file or from a pair of <code>start.nc</code> and <code>startfi.nc</code> files. The subtle difference between the two setup is that grid interpolation (horizontal and/or vertical) is only possible if using a <code>start_archive.nc</code> input file | ||
+ | * modify values and fields contained in the initial condition file | ||
+ | * Compiling <code>newstart</code> is done using the [[The makelmdz fcm GCM Compilation Script|makelmdz_fcm]] utility. The program is then meant to be run interactively with the user providing options and choices when prompted. | ||
+ | * Once the program has run and finished without error, it will generate <code>restart.nc</code> and <code>restartfi.nc</code> | ||
== The rcm1d 1D column program == | == The rcm1d 1D column program == |
Revision as of 17:45, 4 August 2024
Contents
Post-processing tools provided with the Venus PCM
First and foremost there are a number of postprocessing utilities (self-standing tools) which can be found in the UTIL and LMDZ.VENUS/Tools directories. Secondly one has some extra main programs in the dynamics-physics interface.
UTIL
LMDZ.VENUS/Tools
Main programs (other than GCM) but included in the Venus PCM package
There are a few other main programs that are included with the GCM.
Advanced stuff: these main programs are located under LMDZ.VENUS/dynphy_lonlat/phyvenus/ as they are at the interface between lon-lat dynamics and the Venus physics package
start2archive
This program collects multiple start.nc
and startfi.nc
files from a series simulations and store them in a start_archive.nc
file. For this one simply needs to run the startarchive
program in the directory. It will automatically fetch start.nc
and startfi.nc
files and generate start_archive.nc
. If a start_archive.nc
file is already present then the current start.nc
and startfi.nc
files are added to the start_archive.nc
file (which can contain multiple initial states, as long as they are on the same grid and correspond to different dates.
The startarchive
program should be compiled at the same resolution as the gcm which produced the start files, using the makelmdz_fcm compilation script
newstart
This program is to:
- extract (and interpolate)
restart.nc
andrestartfi.nc
files from astart_archive.nc
file or from a pair ofstart.nc
andstartfi.nc
files. The subtle difference between the two setup is that grid interpolation (horizontal and/or vertical) is only possible if using astart_archive.nc
input file - modify values and fields contained in the initial condition file
- Compiling
newstart
is done using the makelmdz_fcm utility. The program is then meant to be run interactively with the user providing options and choices when prompted. - Once the program has run and finished without error, it will generate
restart.nc
andrestartfi.nc
The rcm1d 1D column program
The source code is located under LMDZ.VENUS/libf/phyvenus/dyn1d
... Compilation...