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.
#905 (3.4beta : sbc_apr Namelist parameter ln_apr_obc) – NEMO

Opened 12 years ago

Closed 11 years ago

#905 closed Defect (fixed)

3.4beta : sbc_apr Namelist parameter ln_apr_obc

Reported by: molines Owned by: cbricaud
Priority: low Milestone:
Component: OCE Version: v3.4
Severity: Keywords:
Cc:

Description

variable ln_apr_obc is used in the code (and well initialized) but is not found in any NAMELIST, as its name suggests

Commit History (0)

(No commits)

Attachments (1)

sbcapr.F90 (9.1 KB) - added by gm 11 years ago.
sbcapr modified (rn_pref and use of e1e2t(:,:)

Download all attachments as: .zip

Change History (4)

comment:1 Changed 11 years ago by gm

  • Owner changed from NEMO team to cbricaud

Reassign to Clement Bricaud.

Two things to be done in both dev_MERGE_2012 (future v3.5 alpha) and dev_v3_4_STABLE_2012 (future v3.4.1)

  • change in all namelists in CONFIG/.../EXP00/namelist and 1_namelist
!-----------------------------------------------------------------------
&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
!-----------------------------------------------------------------------
!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !
!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !
   sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   ''

   cn_dir      = './'      !  root directory for the location of the bulk files
   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F)
/

into

!-----------------------------------------------------------------------
&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
!-----------------------------------------------------------------------
!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !
!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !
   sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   ''

   cn_dir      = './'      !  root directory for the location of the bulk files
   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F)
   rn_pref    = 101000._wp   !  reference atmospheric pressure   [N/m2]/
   ln_ref_apr = .FALSE.      !: ref. pressure: global mean Patm (F) or a constant (F)

Changed 11 years ago by gm

sbcapr modified (rn_pref and use of e1e2t(:,:)

comment:2 Changed 11 years ago by cbricaud

In sbcpar.F90:

replace e1t(:,:) * e2t(:,:) by e1e2t(:,:)
replace rpref by rn_pref

In all namelist in CONFIG:
put rn_pref and ln_apr_obc

In DOC/TexFiles/Namelist/namsbc_apr:
add rn_pref and ln_apr_obc

In DOC/TexFiles/Chapters/Chap_SBC.tex:
add some explanations about ln_apr_obc use.

Commit for dev_MERGE_2012 branch ( NEMO_3.5.alpha ):

See changeset:
https://forge.ipsl.jussieu.fr/nemo/changeset/3795/branches/2012/dev_MERGE_2012

Commit at rev 3795:
Sending DOC/TexFiles/Chapters/Chap_SBC.tex
Sending DOC/TexFiles/Namelist/namsbc_apr
Sending NEMOGCM/CONFIG/AMM12/EXP00/namelist
Sending NEMOGCM/CONFIG/GYRE/EXP00/namelist
Sending NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist
Sending NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist
Sending NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist
Sending NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist
Sending NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist
Sending NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist
Sending NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/1_namelist
Sending NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist
Sending NEMOGCM/NEMO/OPA_SRC/SBC/sbcapr.F90
Transmitting file data .............
Committed revision 3795.

comment:3 Changed 11 years ago by cbricaud

  • Resolution set to fixed
  • Status changed from new to closed

commit for dev_v3_4_STABLE_2012

See changeset:
https://forge.ipsl.jussieu.fr/nemo/changeset/3797/branches/2012/dev_v3_4_STABLE_2012

Password:
Sending DOC/TexFiles/Chapters/Chap_SBC.tex
Sending DOC/TexFiles/Namelist/namsbc_apr
Sending NEMOGCM/CONFIG/AMM12/EXP00/namelist
Sending NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist
Sending NEMOGCM/CONFIG/GYRE/EXP00/namelist
Sending NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist
Sending NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist
Sending NEMOGCM/CONFIG/ORCA2_LIM/cpp_ORCA2_LIM.fcm
Sending NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist
Sending NEMOGCM/CONFIG/ORCA2_TAM/EXP00/namelist
Sending NEMOGCM/NEMO/OPA_SRC/SBC/sbcapr.F90
Transmitting file data ...........
Committed revision 3797.

Note: See TracTickets for help on using tickets.