New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
std_main.pro in NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/ORCA2_ICE_PISCES/IDL_scripts – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/ORCA2_ICE_PISCES/IDL_scripts/std_main.pro @ 9957

Last change on this file since 9957 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

File size: 308 bytes
Line 
1PRO std_main
2@initenv
3;
4  type = getenv('PLOTTYPE')
5  CASE type OF
6    '':print, 'The environment variable PLOTTYPE is not defined. We stop'
7    'ts':std_ts_all, /postscript
8    'plot':std_plot_all, /postscript
9    ELSE:print, 'Wrong definition of the environment variable PLOTTYPE. We stop'
10  ENDCASE
11;
12END
Note: See TracBrowser for help on using the repository browser.