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.
user/techene/TP_NEMO (diff) – NEMO

Changes between Version 8 and Version 9 of user/techene/TP_NEMO


Ignore:
Timestamp:
2021-01-21T21:36:53+01:00 (3 years ago)
Author:
techene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/techene/TP_NEMO

    v8 v9  
    141141- change the experience latitude : rn_ppgphi0 
    142142- change the wind : rn_u10 (amplitude) rn_windszx & rn_windszy (orientation) 
     143 
     144== Stuff for PAC2 == 
     145{{{#!sh 
     146# get trunk 
     147svn co svn+ssh://techene@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk ref_14312 
     148# compile new PAC2 form an ORCA2 ref one 
     149cd ref_14312 
     150./makenemo -n PAC2 -r ORCA2_ICE_PISCES -m X64_JEANZAY -j 8 del_key key_pisces 
     151# prepare PAC2 run 
     152cd ./cfgs/PAC2/EXP00 
     153# get input files 
     154ln -s $WORK/FORCING/* . 
     155cp $WORK/M2_TP_OA/* . 
     156ncks -F -d x,2,181 -d y,1,148 eddy_viscosity_2D.nc eddy_viscosity_2D.nc 
     157# set script and parameters 
     158vi script.slurm 
     159vi namelist_cfg 
     160# run  
     161sbatch script.slurm 
     162}}}