From 7e5f1dcd1d6ed995a0ff78b1dadaf5538559c8ea Mon Sep 17 00:00:00 2001
From: Don Morton <Don.Morton@borealscicomp.com>
Date: Sat, 8 Apr 2017 18:16:16 +0000
Subject: [PATCH] Updating NC4 FP-format code before working on input nests

---
 flexpart_code/fpmetbinary_mod.F90 | 2 +-
 flexpart_code/par_mod.F90         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flexpart_code/fpmetbinary_mod.F90 b/flexpart_code/fpmetbinary_mod.F90
index b47863b6..335fe975 100644
--- a/flexpart_code/fpmetbinary_mod.F90
+++ b/flexpart_code/fpmetbinary_mod.F90
@@ -933,7 +933,7 @@ CONTAINS
 
 
 
-
+            ! Getting ready to add in nested code
 
 
             ! Nested, scalar values (for each nest)
diff --git a/flexpart_code/par_mod.F90 b/flexpart_code/par_mod.F90
index 676e43ac..81d8218a 100644
--- a/flexpart_code/par_mod.F90
+++ b/flexpart_code/par_mod.F90
@@ -156,7 +156,7 @@ module par_mod
   ! Maximum dimensions of the nested input grids
   !*********************************************
 
-  integer,parameter :: maxnests=0, nxmaxn=451, nymaxn=226
+  integer,parameter :: maxnests=1, nxmaxn=180, nymaxn=100
   !integer,parameter :: maxnests=0, nxmaxn=0, nymaxn=0
   !integer,parameter :: maxnests=1,nxmaxn=251,nymaxn=151
 
-- 
GitLab