Changeset 1307


Ignore:
Timestamp:
03/30/16 11:49:16 (8 years ago)
Author:
sdipsl
Message:

Simplify the way we identify NEMO grid. NEMO metrics will work for many more cases now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_metrics_NEMO

    r1290 r1307  
    151151 
    152152#================================== 
    153 # Tweak the grid 
    154 #================================== 
    155 if [ ${RESOL_ORCA} = 'eORCA1' ] ; then 
    156   orca_grid='/ccc/scratch/cont003/dsm/p86mart/ORCA1_BLD/DOMSK/eORCA1.0/IPSL.eORCA1.0_gridCF.nc' 
    157 elif [ ${RESOL_ORCA} = 'ORCA1' ] ; then 
    158   orca_grid='/ccc/work/cont003/dsm/p86ipsl/database/grids/NEMO1_grid.nc' 
    159 elif [ ${RESOL_ORCA} = 'ORCA2' ] ; then 
    160   orca_grid='/ccc/work/cont003/dsm/p86ipsl/database/grids/ORCA2_lon_lat_bounds_for_metrics.nc' 
    161 fi 
     153# Identify the grid 
     154# 
     155# We might soon want to grab it from the synchronized igcmg repository 
     156#================================== 
     157orca_grids=${DB}/grids/${opa9_UserChoices_ORCA_version}_grid.nc 
    162158 
    163159IGCM_sys_ncks --append -v bounds_lat,bounds_lon ${orca_grid} ${config_UserChoices_JobName}_SE_${YEARS}_1M_grid_T.nc 
Note: See TracChangeset for help on using the changeset viewer.