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
Méso-NH
Méso-NH code
Commits
6a66129f
Commit
6a66129f
authored
7 years ago
by
Christine Lac
Browse files
Options
Downloads
Patches
Plain Diff
Maud:READ_CHEM_DATA_NETCDF_CASE introduced
parent
ae004c55
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/MNH/prep_real_case.f90
+10
-0
10 additions, 0 deletions
src/MNH/prep_real_case.f90
with
10 additions
and
0 deletions
src/MNH/prep_real_case.f90
+
10
−
0
View file @
6a66129f
...
...
@@ -370,6 +370,9 @@
!! Jun 01, 2002 (O.Nuissier) filtering of tropical cyclone
!! Aou 09, 2005 (D.Barbary) add CDADATMFILE CDADBOGFILE
!! May 2006 Remove KEPS
!! Feb 02, 2012 (C. Mari) interpolation from MOZART
!! add call to READ_CHEM_NETCDF_CASE &
!! VER_PREP_NETCDF_CASE
!! Mar 2012 Add NAM_NCOUT for netcdf output
!! July 2013 (Bosseur & Filippi) Adds Forefire
!! Mars 2014 (J.Escobar) Missing 'full' UPDATE_METRICS for arp2lfi // run
...
...
@@ -422,6 +425,8 @@ USE MODI_MNHREAD_ZS_DUMMY_n
USE
MODI_MNHWRITE_ZS_DUMMY_n
USE
MODI_COMPARE_DAD
USE
MODI_PREP_SURF_MNH
USE
MODI_READ_CHEM_DATA_NETCDF_CASE
USE
MODI_VER_PREP_NETCDF_CASE
!
USE
MODD_CONF
! declaration modules
USE
MODD_CONF_n
...
...
@@ -739,6 +744,8 @@ IF(LEN_TRIM(YCHEMFILE)>0)THEN
IF
(
GFOUND
)
READ
(
IPRE_REAL1
,
NAM_AERO_CONF
)
IF
(
YCHEMFILETYPE
==
'GRIBEX'
)
&
CALL
READ_ALL_DATA_GRIB_CASE
(
'CHEM'
,
YPRE_REAL1
,
YCHEMFILE
,
YPGDFILE
,
ZHORI
,
NVERB
,
LDUMMY_REAL
)
IF
(
YCHEMFILETYPE
==
'NETCDF'
)
&
CALL
READ_CHEM_DATA_NETCDF_CASE
(
YPRE_REAL1
,
YCHEMFILE
,
YPGDFILE
,
ZHORI
,
NVERB
,
LDUMMY_REAL
)
END
IF
!
CALL
CLOSE_ll
(
YPRE_REAL1
,
IOSTAT
=
IRESP
)
...
...
@@ -876,6 +883,9 @@ END IF
IF
(
LEN_TRIM
(
YCHEMFILE
)
>
0
.AND.
YCHEMFILETYPE
==
'GRIBEX'
)
THEN
CALL
VER_PREP_GRIBEX_CASE
(
'CHEM'
,
ZDG
)
END
IF
IF
(
LEN_TRIM
(
YCHEMFILE
)
>
0
.AND.
YCHEMFILETYPE
==
'NETCDF'
)
THEN
CALL
VER_PREP_NETCDF_CASE
(
ZDG
)
END
IF
!
CALL
SECOND_MNH
(
ZTIME2
)
ZPREP
=
ZTIME2
-
ZTIME1
-
ZDG
...
...
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