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 13690 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/launch_sasf.sh – NEMO

Ignore:
Timestamp:
2020-10-28T13:11:40+01:00 (4 years ago)
Author:
laurent
Message:

Improvements for "oce+ice capable" STATION_ASF!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/launch_sasf.sh

    r13682 r13690  
    1414CONFIG_BLD="STATION_ASF2" ; # name of config as build in NEMO... (directory inside "tests" actually contains the compiled test-case?) 
    1515 
     16# Atmo + SSX forcing to use and sea-ice support? 
     17#     => NFORC: name of forcing 
     18#     => i_sea_ice: whether to compute fluxes over sea-ice as well 
     19#     => SFORC: string sufficient to copy relevant files as in "*${SFORC}*.nc" 
     20#NFORC="PAPA"         ; i_sea_ice=0 ; SFORC="Station_PAPA_50N-145W" 
     21#NFORC="ERA5_arctic" ; i_sea_ice=1 ; SFORC="ERA5_arctic_surface_81N_36p75E_1h" ; # "ERA5_arctic" WITH ice/air flux computation 
     22NFORC="ERA5_arctic" ; i_sea_ice=0 ; SFORC="ERA5_arctic_surface_81N_36p75E_1h" ; # "ERA5_arctic" WITHOUT ice/air flux computation 
     23 
     24 
    1625# Root directory NEMOGCM reference depository where to fetch compiled STATION_ASF nemo.exe + default namelists: 
    1726NEMO_REF_DIR="`dirname ${PWD} | sed -e 's|/tests/STATION_ASF||g'`" ; # that should normally do the trick! 
     
    2837 
    2938 
    30 # Atmo + SSX forcing to use and wheter to compute fluxes over sea-ice as well (i_sea_ice=1) 
    31 ############################################################################################# 
    32 i_sea_ice=0 ; # default does not compute fluxes over sea-ice 
    33 # 
    34 NFORC="ERA5_arctic" ; i_sea_ice=1 ; FORC="ERA5_arctic_surface_81N_36p75E_1h" ; # string sufficient to copy relevant files as in "*${FORC}*.nc" 
    35 #NFORC="PAPA" ; FORC="Station_PAPA_50N-145W" ; # string sufficient to copy relevant files as in "*${FORC}*.nc" 
    3639 
    3740 
     
    154157# Copy forcing to work directory: 
    155158echo ; echo "Forcing files to use:" 
    156 \ls -l ${DATA_IN_DIR}/*${FORC}*.nc 
    157 echo 
    158 rsync -avP ${DATA_IN_DIR}/*${FORC}*.nc ${PROD_DIR}/ 
     159\ls -l ${DATA_IN_DIR}/*${SFORC}*.nc 
     160echo 
     161rsync -avP ${DATA_IN_DIR}/*${SFORC}*.nc ${PROD_DIR}/ 
    159162echo; echo 
    160163 
Note: See TracChangeset for help on using the changeset viewer.