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.
Changeset 2751 for trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/README – NEMO

Ignore:
Timestamp:
2011-04-26T10:45:52+02:00 (13 years ago)
Author:
smasson
Message:

large update of IDL_scripts for Is-ENES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/README

    r2709 r2751  
    1 To use these idl tools you need to download some climatogies and mask files; 
     1#---------------------------------------------------------------------- 
     2# prerequired 
     3#---------------------------------------------------------------------- 
     4To use these idl tools, you need to download some climatogies and mask files; 
    25that you can find here: http://dodsp.idris.fr/reee512/NEMO_OUT/ORCA2_LIM/ 
     6 
     7There is the wget command to get all those files (thanks to F. Pinsard) 
     8wget --recursive -l2 --no-directories --no-parent -A.nc -erobots=off http://dodsp.idris.fr/reee512/NEMO_OUT/ORCA2_LIM/ 
     9 
     10You will aslo need the meshmask file (set nn_msh = 1 or nn_msh = 7 in your namelist and run the model for at least 1 time step). 
     11 
     12#---------------------------------------------------------------------- 
     13# define your std_plot_vardef.sh or std_ts_vardef.sh file 
     14#---------------------------------------------------------------------- 
     15Use the examples provided in : 
     16 - std_ts_vardef.sh_1 or std_ts_vardef.sh_2 
     17 - std_plot_vardef.sh_1 or std_plot_vardef.sh_2 
     18to build your own std_plot_vardef.sh or std_ts_vardef.sh file. 
     19 
     20This file is needed to define you PATH, the experiments and variables names 
     21 
     22 
     23 
     24 
     25 
     26 
     27 
     28 
     29#---------------------------------------------------------------------- 
     30# short note on: How to build IDL virtual Machine: 
     31# 
     32. ./std_plot_vardef.sh # or . ./std_ts_vardef.sh  
     33idl -IDL_STARTUP initenv 
     34IDL> .r std_main 
     35IDL> resolve_all 
     36IDL> save, /routines, filename='std_main.sav' 
     37IDL> exit 
     38# 
     39#---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.