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

Changeset 5594 for branches/2014


Ignore:
Timestamp:
2015-07-13T12:30:12+02:00 (9 years ago)
Author:
rblod
Message:

dev_r4765_CNRS_agrif : minor fixes, see ticket #1577

Location:
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r5581 r5594  
    66!----------------------------------------------------------------------- 
    77   cn_exp      = "Agulhas" !  experience name  
    8    nn_itend    =     480   !  last  time step 
     8   nn_itend    =   10950   !  last  time step 
    99   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1010   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml

    r5581 r5594  
    205205 
    206206   <file id="file3" name_suffix="_grid_U" description="ocean U grid variables" > 
    207      <field field_ref="suoce"        name="uos"     long_name="sea_surface_x_velocity"    /> 
     207     <field field_ref="ssu"          name="uos"     long_name="sea_surface_x_velocity"    /> 
    208208     <field field_ref="uoce"         name="uo"      long_name="sea_water_x_velocity"      /> 
    209209     <field field_ref="utau"         name="tauuo"   long_name="surface_downward_x_stress" /> 
     
    214214    
    215215   <file id="file4" name_suffix="_grid_V" description="ocean V grid variables" > 
    216      <field field_ref="svoce"        name="vos"     long_name="sea_surface_y_velocity"    /> 
     216     <field field_ref="ssv"          name="vos"     long_name="sea_surface_y_velocity"    /> 
    217217     <field field_ref="voce"         name="vo"      long_name="sea_water_y_velocity"      /> 
    218218     <field field_ref="vtau"         name="tauvo"   long_name="surface_downward_y_stress" /> 
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5581 r5594  
    4848   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    4949   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    50    ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     50   ln_clobber  = .true.   !  clobber (overwrite) an existing file 
    5151   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    5252/ 
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/OPA_SRC/SBC/sbcisf.F90

    r5581 r5594  
    5353   REAL(wp)   , PUBLIC, ALLOCATABLE, SAVE, DIMENSION (:,:)     ::  risfLeff               !:effective length (Leff) BG03 nn_isf==2 
    5454   REAL(wp)   , PUBLIC, ALLOCATABLE, SAVE, DIMENSION (:,:)     ::  ttbl, stbl, utbl, vtbl !:top boundary layer variable at T point 
    55 #if defined key_agrif 
    56    ! AGRIF can not handle these arrays as integers. The reason is a mystery but problems avoided by declaring them as reals 
    57    REAL(wp),    PUBLIC, ALLOCATABLE, SAVE, DIMENSION (:,:)     ::  misfkt, misfkb         !:Level of ice shelf base 
    58                                                                                           !: (first wet level and last level include in the tbl) 
    59 #else 
    6055   INTEGER,    PUBLIC, ALLOCATABLE, SAVE, DIMENSION (:,:)     ::  misfkt, misfkb         !:Level of ice shelf base 
    61 #endif 
    62  
    6356 
    6457   REAL(wp), PUBLIC, SAVE ::   rcpi   = 2000.0_wp     ! phycst ? 
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_eiv.F90

    r5581 r5594  
    212212      CHARACTER(len=3) ::   cdtype 
    213213      REAL, DIMENSION(:,:,:) ::   pun, pvn, pwn 
    214       WRITE(*,*) 'tra_adv_eiv: You should not have seen this print! error?', kt, cdtype, pun(1,1,1), pvn(1,1,1), pwn(1,1,1) 
     214      WRITE(*,*) 'tra_adv_eiv: You should not have seen this print! error?',   & 
     215         &    kt, cdtype, pun(1,1,1), pvn(1,1,1), pwn(1,1,1) 
    215216   END SUBROUTINE tra_adv_eiv 
    216217#endif 
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/TOP_SRC/PISCES/P2Z/p2zsms.F90

    r5581 r5594  
    8484 
    8585   !!====================================================================== 
    86 END MODULE  p2zsms 
     86END MODULE p2zsms 
Note: See TracChangeset for help on using the changeset viewer.