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 2845 – NEMO

Changeset 2845


Ignore:
Timestamp:
2011-09-20T16:18:34+02:00 (13 years ago)
Author:
cbricaud
Message:

add missing ln_ascii in namelist

Location:
branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r2839 r2845  
    758758   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    759759                           !  or computed with Blanke' scheme (F) 
    760    ln_ariane  = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
     760   ln_ariane  = .true.     !  Input with Ariane tool convention(T)  
     761   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
    761762/ 
    762763!----------------------------------------------------------------------- 
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r2839 r2845  
    758758   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    759759                           !  or computed with Blanke' scheme (F) 
    760    ln_ariane  = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
     760   ln_ariane  = .true.     !  Input with Ariane tool convention(T) 
     761   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
    761762/ 
    762763!----------------------------------------------------------------------- 
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2839 r2845  
    773773                           !  or computed with Blanke' scheme (F) 
    774774                           !  or computed with Blanke' scheme (F) 
    775    ln_ariane  = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
     775   ln_ariane  = .true.     !  Input with Ariane tool convention(T)  
     776   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
    776777/ 
    777778!----------------------------------------------------------------------- 
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r2839 r2845  
    763763   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    764764                           !  or computed with Blanke' scheme (F) 
    765    ln_ariane  = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
     765   ln_ariane  = .true.     !  Input with Ariane tool convention(T)  
     766   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
    766767/ 
    767768!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.