Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • nemo/doc/namelists
1 result
Show changes
Commits on Source (1)
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
&namsbc_apr ! Atmospheric pressure used as ocean forcing (ln_apr_dyn =T) &namsbc_apr ! Atmospheric pressure used as ocean forcing (ln_apr_dyn =T)
!----------------------------------------------------------------------- !-----------------------------------------------------------------------
rn_pref = 101000. ! reference atmospheric pressure [N/m2]/ rn_pref = 101000. ! reference atmospheric pressure [N/m2]/
ln_ref_apr = .false. ! ref. pressure: global mean Patm (T) or a constant (F) nn_ref_apr = 0 ! ref. pressure: 0: constant, 1: global mean or 2: read in a file
ln_apr_obc = .false. ! inverse barometer added to OBC ssh data ln_apr_obc = .false. ! inverse barometer added to OBC ssh data
cn_dir = './' ! root directory for the Patm data location cn_dir = './' ! root directory for the Patm data location
...@@ -10,4 +10,5 @@ ...@@ -10,4 +10,5 @@
! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
sn_apr = 'patm' , -1. ,'somslpre' , .true. , .true. , 'yearly' , '' , '' , '' sn_apr = 'patm' , -1. ,'somslpre' , .true. , .true. , 'yearly' , '' , '' , ''
sn_apref = 'mean_patm' , -1. ,'meanapr' , .true. , .true. , 'yearly' , '' , '' , ''
/ /