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

Changeset 11199 for NEMO/branches


Ignore:
Timestamp:
2019-06-28T17:43:51+02:00 (5 years ago)
Author:
mathiot
Message:

update branch to head of version 4.0 (ticket #2298)

Location:
NEMO/branches/2019/dev_r11117_obsasm_bugfixes
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/1_namelist_cfg

    r10779 r11199  
    2222   cn_exp      = "Pacific" !  experience name 
    2323   nn_it000    =       1   !  first time step 
    24    nn_itend    =      75   !  last  time step (std 5475) 
     24   nn_itend    =      80   !  last  time step (std 5475) 
    2525   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2626/ 
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg

    r10779 r11199  
    2222   cn_exp      = "Nordic"  !  experience name  
    2323   nn_it000    =    1      !  first time step 
    24    nn_itend    =  300      !  last  time step 
     24   nn_itend    =  320      !  last  time step 
    2525   nn_istate   =      0    !  output the initial state (1) or not (0) 
    2626   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/3_namelist_cfg

    r10779 r11199  
    2222   cn_exp      = "Nordic"  !  experience name  
    2323   nn_it000    =    1      !  first time step 
    24    nn_itend    =  900      !  last  time step 
     24   nn_itend    =  960      !  last  time step 
    2525   nn_istate   =      0    !  output the initial state (1) or not (0) 
    2626   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/namelist_cfg

    r10779 r11199  
    2222   cn_exp      =  "ORCA2"  !  experience name 
    2323   nn_it000    =       1   !  first time step 
    24    nn_itend    =      75   !  last  time step (std 5475) 
     24   nn_itend    =      80   !  last  time step (std 5475) 
    2525   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2626/ 
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg

    r10779 r11199  
    2222   cn_exp      =  "ORCA2"  !  experience name 
    2323   nn_it000    =       1   !  first time step 
    24    nn_itend    =    5475   !  last  time step (std 5475) 
     24   nn_itend    =    5840   !  last  time step (std 5475) 
    2525   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2626/ 
     
    7575&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    7676!----------------------------------------------------------------------- 
    77    nn_fsbc     = 2         !  frequency of SBC module call 
     77   nn_fsbc     = 4         !  frequency of SBC module call 
    7878                           !     (also = the frequency of sea-ice & iceberg model call) 
    7979                     ! Type of air-sea fluxes  
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/SHARED/namelist_ref

    r11096 r11199  
    189189&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    190190!----------------------------------------------------------------------- 
    191    nn_fsbc     = 2         !  frequency of SBC module call 
     191   nn_fsbc     = 4         !  frequency of SBC module call 
    192192      !                    !  (control sea-ice & iceberg model call) 
    193193                     ! Type of air-sea fluxes  
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/src/OCE/SBC/sbcapr.F90

    r10425 r11199  
    2626   PUBLIC   sbc_apr_init  ! routine called in sbcmod 
    2727    
    28    !                                !!* namsbc_apr namelist (Atmospheric PRessure) * 
    29    LOGICAL, PUBLIC ::   ln_apr_obc   !: inverse barometer added to OBC ssh data  
    30    LOGICAL, PUBLIC ::   ln_ref_apr   !: ref. pressure: global mean Patm (F) or a constant (F) 
    31    REAL(wp)        ::   rn_pref      !  reference atmospheric pressure   [N/m2] 
     28   !                                          !!* namsbc_apr namelist (Atmospheric PRessure) * 
     29   LOGICAL, PUBLIC ::   ln_apr_obc = .false.   !: inverse barometer added to OBC ssh data  
     30   LOGICAL, PUBLIC ::   ln_ref_apr             !: ref. pressure: global mean Patm (F) or a constant (F) 
     31   REAL(wp)        ::   rn_pref                !  reference atmospheric pressure   [N/m2] 
    3232 
    3333   REAL(wp), ALLOCATABLE, SAVE, PUBLIC, DIMENSION(:,:) ::   ssh_ib    ! Inverse barometer now    sea surface height   [m] 
  • NEMO/branches/2019/dev_r11117_obsasm_bugfixes/tests/ICE_AGRIF/EXPREF/file_def_nemo-ice.xml

    r10516 r11199  
    2323        <field field_ref="icethic"          name="sithic_max" operation="maximum" /> 
    2424        <field field_ref="icethic"          name="sithic_min" operation="minimum" /> 
    25         <field field_ref="iceneg_pres"      name="sineg_pres" /> 
    26         <field field_ref="iceneg_volu"      name="sineg_volu" /> 
    2725        <field field_ref="fasticepres"      name="fasticepres" /> 
    2826        <field field_ref="icevolu"          name="sivolu" /> 
Note: See TracChangeset for help on using the changeset viewer.