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_last_year_5D.pro in branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/CONFIG/ORCA2_LIM_OBS/IDL_scripts – NEMO

source: branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/CONFIG/ORCA2_LIM_OBS/IDL_scripts/std_main_last_year_5D.pro @ 4751

Last change on this file since 4751 was 4751, checked in by djlea, 10 years ago

Changes to include an OBS test in SETTE. At the moment this uses an example profile observation.

File size: 334 bytes
Line 
1PRO std_main_last_year_5D
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_last_year_5D, /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.