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 9557 for branches/2017/dev_merge_2017/NEMOGCM – NEMO

Ignore:
Timestamp:
2018-05-05T12:53:56+02:00 (6 years ago)
Author:
cetlod
Message:

Minor corrections

Location:
branches/2017/dev_merge_2017/NEMOGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r9546 r9557  
    392392!!====================================================================== 
    393393! 
     394!----------------------------------------------------------------------- 
     395&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     396!----------------------------------------------------------------------- 
     397/ 
     398!----------------------------------------------------------------------- 
     399&namctl        !   Control prints                                       (default: OFF) 
     400!----------------------------------------------------------------------- 
     401/ 
     402!----------------------------------------------------------------------- 
     403&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
     404!----------------------------------------------------------------------- 
     405/ 
  • branches/2017/dev_merge_2017/NEMOGCM/SETTE/sette.sh

    r9556 r9557  
    503503    set_namelist namelist_top_cfg ln_rsttr .true. 
    504504    set_namelist namelist_top_cfg nn_rsttr 2 
    505     set_namelist namelist_top_cfg cn_trcrst_in \"OFFP_LONG_000000180_restart_trc\" 
     505    set_namelist namelist_top_cfg cn_trcrst_in \"OFFP_LONG_00000180_restart_trc\" 
    506506    for (( i=1; i<=$NPROC; i++)) ; do 
    507507        L_NPROC=$(( $i - 1 )) 
    508508        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    509         ln -sf ../LONG/OFFP_LONG_000000180_restart_trc_${L_NPROC}.nc . 
     509        ln -sf ../LONG/OFFP_LONG_00000180_restart_trc_${L_NPROC}.nc . 
    510510    done 
    511511    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
Note: See TracChangeset for help on using the changeset viewer.