Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
14ddd2ec
Commit
14ddd2ec
authored
8 years ago
by
Juan Escobar
Browse files
Options
Downloads
Patches
Plain Diff
M.Leriche 11/2016 : Chemistry remove
parent
0c92f86b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/SURFEX/write_surf_atmn.F90
+5
-5
5 additions, 5 deletions
src/SURFEX/write_surf_atmn.F90
with
5 additions
and
5 deletions
src/SURFEX/write_surf_atmn.F90
+
5
−
5
View file @
14ddd2ec
...
...
@@ -42,6 +42,7 @@
! Modified 07/2011, B.Decharme: delete write pgd fields
! Modified 07/2011, B.Decharme: land_use key for writing semi-prognostic variables
! Modified 05/2012, B.Decharme: supress LPROVAR_TO_DIAG to write prognostic fields if user want
! Modified 05/2016, M.Leriche & V.Masson suppress readwrite_ch_emis (only written in pgd step)
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -53,7 +54,7 @@ USE MODD_WRITE_SURF_ATM, ONLY : LNOWRITE_CANOPY
USE
MODD_SURF_ATM_n
,
ONLY
:
NDIM_FULL
,
NDIM_SEA
,
NDIM_WATER
,
NDIM_TOWN
,
NDIM_NATURE
,
TTIME
USE
MODD_SURF_ATM_SSO_n
,
ONLY
:
CROUGH
USE
MODD_DIAG_SURF_ATM_n
,
ONLY
:
TIME_BUDGETC
,
LSURF_BUDGETC
,
LSELECT
USE
MODD_CH_SURF_n
,
ONLY
:
LCH_EMIS
,
LRW_CH_EMIS
,
CCH_EMIS
USE
MODD_CH_SURF_n
,
ONLY
:
LCH_EMIS
,
CCH_EMIS
USE
MODD_SURF_ATM_GRID_n
,
ONLY
:
CGRID
,
XGRID_PAR
,
XLAT
,
XLON
,
XMESH_SIZE
!
USE
MODI_INIT_IO_SURF_n
...
...
@@ -67,7 +68,6 @@ USE MODI_WRITE_GRID
!
USE
MODI_WRITESURF_ATM_CONF_n
USE
MODI_WRITESURF_SSO_CANOPY_n
USE
MODI_READWRITE_EMIS_FIELD_n
USE
MODI_WRITESURF_PRECIP_n
USE
MODI_WRITE_DIAG_CH_SNAP_n
!
...
...
@@ -143,9 +143,9 @@ END IF
! ---------
!
IF
(
LCH_EMIS
)
THEN
IF
(
CCH_EMIS
==
'AGGR'
)
THEN
IF
(
LRW_CH_EMIS
)
CALL
READWRITE_EMIS_FIELD_n
(
HPROGRAM
)
ELSE
IF
(
CCH_EMIS
==
'SNAP'
)
THEN
!
IF (CCH_EMIS=='AGGR') THEN
! put here write diag for agg emission
IF
(
CCH_EMIS
==
'SNAP'
)
THEN
CALL
WRITE_DIAG_CH_SNAP_n
(
HPROGRAM
)
END
IF
END
IF
...
...
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