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 13727 for NEMO/branches/2020/dev_12905_xios_restart/cfgs/C1D_PAPA – NEMO

Ignore:
Timestamp:
2020-11-05T15:18:53+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462: Upate to trunk rev 13688

Location:
NEMO/branches/2020/dev_12905_xios_restart
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_restart

    • Property svn:externals
      •  

        old new  
        33^/utils/build/mk@HEAD         mk 
        44^/utils/tools@HEAD            tools 
        5 ^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
         5^/vendors/AGRIF/dev_r12970_AGRIF_CMEMS      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
        88 
        99# SETTE 
        10 ^/utils/CI/sette@HEAD         sette 
         10^/utils/CI/sette@13559        sette 
  • NEMO/branches/2020/dev_12905_xios_restart/cfgs/C1D_PAPA/EXPREF/file_def_nemo-oce.xml

    r9799 r13727  
    5353        <file id="file4" name_suffix="_grid_W" description="ocean W grid variables" > 
    5454          <field field_ref="e3w" /> 
    55           <field field_ref="woce"         name="wo"       /> 
    5655          <field field_ref="avt"          name="difvho"   /> 
    5756        </file> 
  • NEMO/branches/2020/dev_12905_xios_restart/cfgs/C1D_PAPA/EXPREF/namelist_cfg

    r12489 r13727  
    4949&namdom        !   time and space domain 
    5050!----------------------------------------------------------------------- 
     51   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     52   ! 
    5153   rn_Dt      =  360.     !  time step for the dynamics and tracer 
    5254/ 
     
    256258!!                                                                    !! 
    257259!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    258 !!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
    259 !!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     260!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T) 
     261!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F) 
    260262!!   nambbc        bottom temperature boundary condition                (default: OFF) 
    261263!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     
    268270/ 
    269271!----------------------------------------------------------------------- 
    270 &namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
    271 !----------------------------------------------------------------------- 
    272 / 
    273 !----------------------------------------------------------------------- 
    274 &namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F) 
     272&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T) 
     273!----------------------------------------------------------------------- 
     274/ 
     275!----------------------------------------------------------------------- 
     276&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F) 
    275277!----------------------------------------------------------------------- 
    276278/ 
     
    358360&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    359361!----------------------------------------------------------------------- 
    360    ln_dynspg_ts   = .true.   ! split-explicit free surface 
    361       ln_bt_fw      = .false.     ! Forward integration of barotropic Eqs. 
    362       ln_bt_av      = .true.     ! Time filtering of barotropic variables 
    363362/ 
    364363!----------------------------------------------------------------------- 
     
    415414!!                                                                    !! 
    416415!!   namtrd       dynamics and/or tracer trends                         (default: OFF) 
    417 !!   namptr       Poleward Transport Diagnostics                        (default: OFF) 
    418416!!   namhsb       Heat and salt budgets                                 (default: OFF) 
    419417!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
     
    430428/ 
    431429!----------------------------------------------------------------------- 
    432 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    433430!----------------------------------------------------------------------- 
    434431/ 
  • NEMO/branches/2020/dev_12905_xios_restart/cfgs/C1D_PAPA/MY_SRC/usrdef_zgr.F90

    r12740 r13727  
    160160      END DO 
    161161      ! bottom scale factors and depth at T- and W-points 
    162       DO_2D_11_11 
     162      DO_2D( 1, 1, 1, 1 ) 
    163163         ik = k_bot(ji,jj) 
    164164         pdepw(ji,jj,ik+1) = MIN( zht(ji,jj) , pdepw_1d(ik+1) ) 
Note: See TracChangeset for help on using the changeset viewer.