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 5701 for branches/2015 – NEMO

Changeset 5701 for branches/2015


Ignore:
Timestamp:
2015-08-18T16:16:13+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE add namelists for AGRIF Agulhas

Location:
branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting.sh

    r5696 r5701  
    3131## DEBUG options to speed up & expand verbosity of compilation 
    3232xios_full='--full'; stderr_redir='>&' 
    33 [ $DEBUG -eq 1 ] && xios_full='' && stderr_redir='>' 
     33[ $DEBUG -eq 1 ] && { xios_full=''; stderr_redir='>'; } 
    3434 
    3535## If -v|--version option has been set, modify default SVN action on directories 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh

    r5696 r5701  
    243243         if [[ -n "$dif" && $( echo $dif | awk '{print $1}' ) -ne 0 ]]; then 
    244244             export ST='FAILED' 
    245              files_list+=$file' ' && let dift+=$( echo $dif | awk '{print $1}' ) 
     245             files_list+=$comp' ' && let dift+=$( echo $dif | awk '{print $1}' ) 
    246246             echo $file.nc': '$dif 
    247247         fi 
Note: See TracChangeset for help on using the changeset viewer.