Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Namelists
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEMO Workspace
Documentation
Namelists
Compare revisions
0e8152c2f6ad129e5bf1bd1a2c85173a2916bb78 to 43a9e90e73133b4d705f0576a474c5c0b04c2204
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nemo/doc/namelists
Select target project
No results found
43a9e90e73133b4d705f0576a474c5c0b04c2204
Select Git revision
Branches
branch_4.2
branch_5.0
main
update_namelists_script
Swap
Target
nemo/doc/namelists
Select target project
nemo/doc/namelists
1 result
0e8152c2f6ad129e5bf1bd1a2c85173a2916bb78
Select Git revision
Branches
branch_4.2
branch_5.0
main
update_namelists_script
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
add nn_ref_apr option in namsbc_apr
· 43a9e90e
Guillaume S
authored
5 months ago
43a9e90e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
namsbc_apr
+2
-1
2 additions, 1 deletion
namsbc_apr
with
2 additions
and
1 deletion
namsbc_apr
View file @
43a9e90e
...
@@ -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]/
l
n_ref_apr =
.false.
! ref. pressure:
global mean Patm (T) or a constant (F)
n
n_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' , '' , '' , ''
/
/
This diff is collapsed.
Click to expand it.