Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sfx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inmcm-mirror
sfx
Commits
bbfcd5f7
Commit
bbfcd5f7
authored
1 year ago
by
Evgeny Mortikov
Browse files
Options
Downloads
Patches
Plain Diff
moving macro defs. in separate include file
parent
556c123c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
srcF/sfx_def.fi
+4
-0
4 additions, 0 deletions
srcF/sfx_def.fi
srcF/sfx_esm.f90
+2
-6
2 additions, 6 deletions
srcF/sfx_esm.f90
srcF/sfx_log.f90
+2
-4
2 additions, 4 deletions
srcF/sfx_log.f90
srcF/sfx_roughness.f90
+2
-4
2 additions, 4 deletions
srcF/sfx_roughness.f90
with
10 additions
and
14 deletions
srcF/sfx_def.fi
0 → 100644
+
4
−
0
View file @
bbfcd5f7
! sfx model macro definitions
!#define SFX_FORCE_DEPRECATED_CODE
!#define SFX_CHECK_NAN
\ No newline at end of file
This diff is collapsed.
Click to expand it.
srcF/sfx_esm.f90
+
2
−
6
View file @
bbfcd5f7
#include "sfx_def.fi"
module
sfx_esm
!> @brief main Earth System Model surface flux module
! macro defs.
! --------------------------------------------------------------------------------
!#define SFX_FORCE_DEPRECATED_CODE
!#define SFX_CHECK_NAN
! --------------------------------------------------------------------------------
! modules used
! --------------------------------------------------------------------------------
#ifdef SFX_CHECK_NAN
...
...
This diff is collapsed.
Click to expand it.
srcF/sfx_log.f90
+
2
−
4
View file @
bbfcd5f7
#include "sfx_def.fi"
module
sfx_log
!> @brief simple log-roughness surface flux module
! macro defs.
! --------------------------------------------------------------------------------
! --------------------------------------------------------------------------------
! modules used
! --------------------------------------------------------------------------------
#ifdef SFX_CHECK_NAN
...
...
This diff is collapsed.
Click to expand it.
srcF/sfx_roughness.f90
+
2
−
4
View file @
bbfcd5f7
#include "sfx_def.fi"
module
sfx_roughness
!> @brief surface roughness parameterizations
! macro defs.
! --------------------------------------------------------------------------------
! --------------------------------------------------------------------------------
! modules used
! --------------------------------------------------------------------------------
use
sfx_phys_const
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment