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 3651 for branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2012-11-26T11:46:39+01:00 (12 years ago)
Author:
cbricaud
Message:

merge dev_MERCATOR_2012_rev3555 into dev_NOC_MERCATOR_2012 ; see ticket 1020

Location:
branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/CONFIG
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3633 r3651  
    404404&nam_tide      !   tide parameters (#ifdef key_tide) 
    405405!----------------------------------------------------------------------- 
    406    ln_tide_pot   = .true.   !  use tidal potential forcing 
    407    nb_harmo      =    11    !  number of constituents used 
    408    clname(1)     =   'M2'   !  name of constituent 
    409    clname(2)     =   'S2' 
    410    clname(3)     =   'N2' 
    411    clname(4)     =   'K1' 
    412    clname(5)     =   'O1' 
    413    clname(6)     =   'Q1' 
    414    clname(7)     =   'M4' 
    415    clname(8)     =   'K2' 
    416    clname(9)     =   'P1' 
    417    clname(10)    =   'Mf' 
    418    clname(11)    =   'Mm' 
     406   ln_tide_pot   = .false.   !  use tidal potential forcing 
     407   clname(1)     =   'Q1'   !  name of constituent 
     408   clname(2)     =   'O1' 
     409   clname(3)     =   'P1' 
     410   clname(4)     =   'S1' 
     411   clname(5)     =   'K1' 
     412   clname(6)     =   '2N2' 
     413   clname(7)     =   'MU2' 
     414   clname(8)     =   'N2' 
     415   clname(9)     =   'NU2' 
     416   clname(10)    =   'M2' 
     417   clname(11)    =   'L2' 
     418   clname(12)    =   'T2' 
     419   clname(13)    =   'S2' 
     420   clname(14)    =   'K2' 
     421   clname(15)    =   'M4' 
    419422/ 
    420423!----------------------------------------------------------------------- 
     
    460463!----------------------------------------------------------------------- 
    461464   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    462     tide_cpt(1)   ='Q1'  !  names of tidal components used 
    463     tide_cpt(2)   ='O1'  !  names of tidal components used 
    464     tide_cpt(3)   ='P1'  !  names of tidal components used 
    465     tide_cpt(4)   ='S1'  !  names of tidal components used 
    466     tide_cpt(5)   ='K1'  !  names of tidal components used 
    467     tide_cpt(6)   ='2N2' !  names of tidal components used 
    468     tide_cpt(7)   ='MU2' !  names of tidal components used 
    469     tide_cpt(8)   ='N2'  !  names of tidal components used 
    470     tide_cpt(9)   ='NU2' !  names of tidal components used 
    471     tide_cpt(10)   ='M2'  !  names of tidal components used 
    472     tide_cpt(11)   ='L2'  !  names of tidal components used 
    473     tide_cpt(12)   ='T2'  !  names of tidal components used 
    474     tide_cpt(13)   ='S2'  !  names of tidal components used 
    475     tide_cpt(14)   ='K2'  !  names of tidal components used 
    476     tide_cpt(15)   ='M4'  !  names of tidal components used 
    477     tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
    478     tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
    479     tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
    480     tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
    481     tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
    482     tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
    483     tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
    484     tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
    485     tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
    486     tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
    487     tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
    488     tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
    489     tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
    490     tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
    491     tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
    492     ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
    493465/ 
    494466!!====================================================================== 
     
    932904                           !     ln_ssh                  Logical switch for SSH observations               
    933905 
    934    ln_sst     = .false.    ! Logical switch for SST observations               
    935                            !     ln_reysst               Logical switch for Reynolds observations        
    936                            !     ln_ghrsst               Logical switch for GHRSST observations           
     906   ln_sst     = .true.     ! Logical switch for SST observations 
     907   ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
     908   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    937909 
    938910   ln_sstfb   = .false.    ! Logical switch for feedback SST data           
  • branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist

    r3625 r3651  
    931931                           !     ln_ssh                  Logical switch for SSH observations               
    932932 
    933    ln_sst     = .false.    ! Logical switch for SST observations               
    934                            !     ln_reysst               Logical switch for Reynolds observations        
    935                            !     ln_ghrsst               Logical switch for GHRSST observations           
     933   ln_sst     = .true.     ! Logical switch for SST observations 
     934   ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
     935   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    936936 
    937937   ln_sstfb   = .false.    ! Logical switch for feedback SST data           
  • branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r3625 r3651  
    926926                           !     ln_ssh                  Logical switch for SSH observations               
    927927 
    928    ln_sst     = .false.    ! Logical switch for SST observations               
    929                            !     ln_reysst               Logical switch for Reynolds observations        
    930                            !     ln_ghrsst               Logical switch for GHRSST observations           
     928   ln_sst     = .true.     ! Logical switch for SST observations               
     929   ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations        
     930   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations           
    931931 
    932932   ln_sstfb   = .false.    ! Logical switch for feedback SST data           
  • branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3625 r3651  
    930930                           !     ln_ssh                  Logical switch for SSH observations               
    931931 
    932    ln_sst     = .false.    ! Logical switch for SST observations               
    933                            !     ln_reysst               Logical switch for Reynolds observations        
    934                            !     ln_ghrsst               Logical switch for GHRSST observations           
     932   ln_sst     = .true.     ! Logical switch for SST observations 
     933   ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
     934   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    935935 
    936936   ln_sstfb   = .false.    ! Logical switch for feedback SST data           
  • branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r3625 r3651  
    929929                           !     ln_ssh                  Logical switch for SSH observations               
    930930 
    931    ln_sst     = .false.    ! Logical switch for SST observations               
    932                            !     ln_reysst               Logical switch for Reynolds observations        
    933                            !     ln_ghrsst               Logical switch for GHRSST observations           
     931   ln_sst     = .true.     ! Logical switch for SST observations 
     932   ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
     933   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    934934 
    935935   ln_sstfb   = .false.    ! Logical switch for feedback SST data           
Note: See TracChangeset for help on using the changeset viewer.