From acfd515cd46e18b6cf4cbfe0fede39b32b47650f Mon Sep 17 00:00:00 2001 From: Vikram Jakhar Date: Tue, 15 Dec 2020 21:31:11 +0530 Subject: [PATCH 001/260] udpated readme and txt files --- LICENSE.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index e0c9342282..d3bf2ab0e3 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. -WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). +WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). diff --git a/README.md b/README.md index 8e447cb57d..ae8d78900c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### WRF-ARW Modeling System ### +### WRF-ARW Modeling System ### We request that all new users of WRF please register. This allows us to better determine how to support and develop the model. Please register using this form:[http://www2.mmm.ucar.edu/wrf/users/download/wrf-regist.php](http://www2.mmm.ucar.edu/wrf/users/download/wrf-regist.php). From 6741fd58bb94d34f33cb1045dcc1379ab098e50f Mon Sep 17 00:00:00 2001 From: Vikram Jakhar Date: Wed, 16 Dec 2020 21:22:12 +0530 Subject: [PATCH 002/260] udpated fortran, readme and txt files --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 81f5ae2d05..e41ad13ed6 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From dfee24a23fd09c32a40f56f969524a1fc0176dac Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:57:41 -0500 Subject: [PATCH 003/260] Update 1: 12/16 -10:57 AM (Should abort) --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index d3bf2ab0e3..94d47313de 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ -WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. +WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). From 1f2e48182365622059b91adcabf121bf54a2292f Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:59:15 -0500 Subject: [PATCH 004/260] Update 2: 12/16 - 10:59 AM EST (Should abort) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8d78900c..165b049b19 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ For an overview of the WRF modeling system, along with information regarding dow Information regarding WRF Model citations (including a DOI) can be found here: [http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html](http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html). -The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). +The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). From e482421c2f3bc1f9da6f1cdc2e96127c4a65fef6 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Wed, 16 Dec 2020 11:00:57 -0500 Subject: [PATCH 005/260] Update 3: 12/16 - 11:00 AM EST --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index e41ad13ed6..ced5df847e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 00d2cdf691768bd237c62532c4e6f58944f8d26c Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Thu, 24 Dec 2020 06:36:58 -0700 Subject: [PATCH 006/260] test update | Dec 24th 2020 8:36 am --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ced5df847e..ac4ec8571c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From 4c5530391e4281638171b7126c250dff30adb187 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Thu, 24 Dec 2020 09:37:32 -0700 Subject: [PATCH 007/260] test email | Dec 24th 2020 11:37 am --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ac4ec8571c..4d59320084 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 627e491c06aa8d5999c7ec318d064b749cc99ab9 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Thu, 24 Dec 2020 17:36:44 -0700 Subject: [PATCH 008/260] email test | 24th Dec 2020 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4d59320084..5bfa8c98c0 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -3,7 +3,7 @@ PROGRAM real_data - USE module_machine + USE module_machine USE module_domain USE module_initialize_real USE module_io_domain From b906a137f935547d9157e2ef4b3c7aeb856cf819 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Thu, 24 Dec 2020 21:18:25 -0700 Subject: [PATCH 009/260] email test 2 | Dec 24th 2020 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5bfa8c98c0..1a432ff653 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,6 +1,6 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. - + PROGRAM real_data USE module_machine From 6224a6b3b347e619fb9846c665555bf63df9b922 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Thu, 24 Dec 2020 21:47:45 -0700 Subject: [PATCH 010/260] email test 3 | 24th Dec 2020 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 1a432ff653..105e08bf62 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,6 +1,6 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. - + PROGRAM real_data USE module_machine From 82fc8cbdc92c575fce203626535821acc9795508 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Thu, 24 Dec 2020 22:40:30 -0700 Subject: [PATCH 011/260] email test | Dec 25 2020 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 105e08bf62..87cb72f01e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -11,7 +11,7 @@ PROGRAM real_data USE module_configure USE module_timing USE module_check_a_mundo -#if ( WRF_CHEM == 1 ) +#if ( WRF_CHEM == 1 ) USE module_input_chem_data USE module_input_chem_bioemiss #endif From 1a4c254f386da4972851582a7051c99b7d71707c Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 29 Dec 2020 15:08:33 -0700 Subject: [PATCH 012/260] email test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 87cb72f01e..6b53c733dd 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -2,7 +2,7 @@ ! program is specifically set up for the NMM core. PROGRAM real_data - + USE module_machine USE module_domain USE module_initialize_real From bb70106f312ae9f5b8ac26287096940372d016f7 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 5 Jan 2021 08:09:51 -0700 Subject: [PATCH 013/260] Email Test Jan 05 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 6b53c733dd..9b7dc3e41e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 122f6180d2c2baa2e0b47e952ea62fdda67a5bda Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 5 Jan 2021 09:06:07 -0700 Subject: [PATCH 014/260] Email Test 2 | Jan 5 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 9b7dc3e41e..bbf2a97609 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From fe3e3486e97b3b6eaae1bf84e1934b284dfc7d0d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 6 Jan 2021 12:37:51 -0700 Subject: [PATCH 015/260] Abort Email Test 1 | Jan 6th 2:37 EST --- LICENSE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.txt b/LICENSE.txt index 94d47313de..680767be60 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,4 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). + From 8ecbea39084cbe9f14b37640f2ea5b3711b8f748 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 6 Jan 2021 13:06:56 -0700 Subject: [PATCH 016/260] Email Test | Jan 6 2021 3:06 pm EST --- LICENSE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.txt b/LICENSE.txt index 680767be60..2ea9a13000 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,3 +2,4 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which i WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). + From 6955cb7ca4e73e22b8fa4be020dd3cdb5dee12bd Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 6 Jan 2021 13:14:11 -0700 Subject: [PATCH 017/260] Email Test | Jan 6th 3:14 EST --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index bbf2a97609..9d1d2e9fe1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,6 +1,6 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. - + PROGRAM real_data USE module_machine From cbaf1f28a66699a0d46b4a16e742c432d24a1bd2 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 6 Jan 2021 15:53:16 -0500 Subject: [PATCH 018/260] Email Test 3 | Jan 6th 2021 3:53 pm --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 9d1d2e9fe1..acda4c65c2 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 9649e481476eebca20912e0af941d09190dd3215 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 7 Jan 2021 11:12:39 -0700 Subject: [PATCH 019/260] test | Jan 7th 2021 1:12 pm EST --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index acda4c65c2..cfe549b6b6 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From d2c1715e9e0ad71ad07dc9a26394a84cf4e962d5 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Thu, 7 Jan 2021 17:29:28 -0700 Subject: [PATCH 020/260] Test | Jan 7th 2021 7:29 EST --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index cfe549b6b6..ae1000dd5e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From a2e55814f13385835e80407883e849b2d0fc26e1 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala <70709311+vlakshmanan-scala@users.noreply.github.com> Date: Fri, 8 Jan 2021 09:41:32 -0700 Subject: [PATCH 021/260] test 1 | Jan 8 2021 11:41pm EST --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ae1000dd5e..0e7b996938 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 13ebb351dbcc6b90382509fac991fc730c3df3f8 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 15 Jan 2021 13:55:25 -0700 Subject: [PATCH 022/260] memory test | Jan 15th 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 0e7b996938..bb4bccd8a6 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 9b861edfe8b1bd82740aa1706023e901ff09754d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 18 Jan 2021 07:34:24 -0700 Subject: [PATCH 023/260] memory test | Jan 18th 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index bb4bccd8a6..cc38dbfd74 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 2fe181250e6e0d0a070d68560c1f119d5c575d9f Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 18 Jan 2021 12:57:23 -0700 Subject: [PATCH 024/260] t2.xlarge instance test | Jan 18th 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index cc38dbfd74..7367b3b3e8 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 16d4b6d28b917a43b54bb639dc29e84e4c0790b4 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 19 Jan 2021 17:00:06 -0500 Subject: [PATCH 025/260] Update 1 - TXT file updated, 1/19/2021 - 4:59PM --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2ea9a13000..53c2c97815 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. -WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). +WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). From 557bd2584b00e5dcaf0e217ca1e122c963068cf4 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 19 Jan 2021 17:04:04 -0500 Subject: [PATCH 026/260] Update 2 - Fortran file updated 1/19/2021 - 5:04PM --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 7367b3b3e8..c792f22e67 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From e2bd443d9d3778c1dd74ad980088c0db13fe71bf Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 19 Jan 2021 17:07:29 -0500 Subject: [PATCH 027/260] Update 3 - Edit MD File - 1/19/2021, 5:07PM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 165b049b19..6d78b8503d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### WRF-ARW Modeling System ### +### WRF-ARW Modeling System ### We request that all new users of WRF please register. This allows us to better determine how to support and develop the model. Please register using this form:[http://www2.mmm.ucar.edu/wrf/users/download/wrf-regist.php](http://www2.mmm.ucar.edu/wrf/users/download/wrf-regist.php). From 0d240a71b65459307a0735b78a2f44854bdea978 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 19 Jan 2021 15:39:50 -0700 Subject: [PATCH 028/260] Test | Jan 19th 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c792f22e67..b6566cef72 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 575ea9e8dfee3aeeb17de36951e018faabe76c7d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 20 Jan 2021 09:38:09 -0700 Subject: [PATCH 029/260] memory test t3a.2xlarge | Jan 20 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b6566cef72..675e131c00 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 3c499afe2f459cc69c94d5e653b97c0214a7fd5a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 20 Jan 2021 14:45:28 -0700 Subject: [PATCH 030/260] Test c5.4xlarge --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 675e131c00..3d88447417 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 0af30f2057fdc6b274aa143abd52bc54cac2317b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 20 Jan 2021 15:50:13 -0700 Subject: [PATCH 031/260] Test 2 | 01.20.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3d88447417..5cf4370ef3 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From e5896c765d5817d3cdffa18140d8543a44a381cc Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Jan 2021 12:45:11 -0700 Subject: [PATCH 032/260] Test 2 | t3a2xlarge 01.21.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5cf4370ef3..c340127253 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From de324f74c6cfea0e753f6c81a94f6af046673484 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Jan 2021 15:09:56 -0700 Subject: [PATCH 033/260] docker test | 01.21.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c340127253..ea3ce97246 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 592278c0a7d3cfd50de497d448ecfdc55acfe5b0 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 22 Jan 2021 12:30:34 -0700 Subject: [PATCH 034/260] test 1 | 01.22.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ea3ce97246..3737de16dc 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From bfa437458e845841cbbf0ccaafb7c72859e43200 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 23 Jan 2021 12:26:03 -0700 Subject: [PATCH 035/260] instance type test | 01.23.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3737de16dc..3ae342cfcb 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 955f3b017b53a2293b7ae6ebb93fc265866a77fb Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 24 Jan 2021 02:03:21 -0700 Subject: [PATCH 036/260] instance type --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3ae342cfcb..6c21e5ade2 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From a0b23f88e086751ad18852f3b9fe1325ed12ab9f Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 25 Jan 2021 10:45:19 -0700 Subject: [PATCH 037/260] test | 01.25.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 6c21e5ade2..b4f5136872 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From def2631a0c311eb893ca6461937a06dea2472015 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 25 Jan 2021 11:14:33 -0700 Subject: [PATCH 038/260] test 2|25.01.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b4f5136872..a9f7323b8b 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -2,7 +2,7 @@ ! program is specifically set up for the NMM core. PROGRAM real_data - + USE module_machine USE module_domain USE module_initialize_real From a529aad308ae813515fca6465629e9dc4eb34a39 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 25 Jan 2021 11:38:53 -0700 Subject: [PATCH 039/260] test 3|01.25.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index a9f7323b8b..735e768d63 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -3,7 +3,7 @@ PROGRAM real_data - USE module_machine + USE module_machine USE module_domain USE module_initialize_real USE module_io_domain From 2e9fada51517272042cbcb53e5024a6c8a105065 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 25 Jan 2021 14:33:43 -0700 Subject: [PATCH 040/260] test4| 01.25.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 735e768d63..828510bc56 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From 7ee2d6dff4957a7e700139477dfd36d9665707fd Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 25 Jan 2021 14:51:40 -0700 Subject: [PATCH 041/260] test|01.25.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 828510bc56..935f8d34d1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 545c580ef16b61773f7c5aedd6ff4febcabdf8d1 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 25 Jan 2021 14:55:16 -0700 Subject: [PATCH 042/260] test 5 | 01.25.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 935f8d34d1..eda722b245 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -3,7 +3,7 @@ PROGRAM real_data - USE module_machine + USE module_machine USE module_domain USE module_initialize_real USE module_io_domain From 66002fad2f3bf9a3447aec73c6618b3a0e8b609d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 25 Jan 2021 15:03:11 -0700 Subject: [PATCH 043/260] multiple instance test | 01.25.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index eda722b245..685a9eefc8 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,6 +1,6 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. - + PROGRAM real_data USE module_machine From 8855172380e26c0c19eab4fcf4e42ef2c567aa20 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:57:03 -0500 Subject: [PATCH 044/260] Update #1, 1/26/2021 - 5:56 PM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d78b8503d..22d4484eea 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ For an overview of the WRF modeling system, along with information regarding dow Information regarding WRF Model citations (including a DOI) can be found here: [http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html](http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html). -The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). +The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). From a6c52ce83c3316d5e4f3ebb659f59452bbb5f031 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:58:22 -0500 Subject: [PATCH 045/260] Update #2 - Txt File - 1/26/2021, 5:58 PM --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 53c2c97815..9fd7b4cbb1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. -WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). +WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). From 3173614a8a3322edd08293e4767e2a6e6fb86d28 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 26 Jan 2021 18:00:01 -0500 Subject: [PATCH 046/260] Update #3 Fortran - 1/26/2021, 5:59 PM --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 685a9eefc8..062ea9e012 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -36,7 +36,7 @@ PROGRAM real_data INTEGER :: idum1, idum2 #ifdef DM_PARALLEL INTEGER :: nbytes -! INTEGER, PARAMETER :: configbuflen = 2*1024 +! INTEGER, PARAMETER :: configbuflen = 2*1024 INTEGER, PARAMETER :: configbuflen = 4*CONFIG_BUF_LEN INTEGER :: configbuf( configbuflen ) LOGICAL , EXTERNAL :: wrf_dm_on_monitor From 0ea8a06e3df08f60c3abad48da78d6db2fcd2b1f Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 27 Jan 2021 07:39:43 -0700 Subject: [PATCH 047/260] test|01.27.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 062ea9e012..68d86a2dd0 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From 9c7e28b88a59a74ad64b830ec21b256af236724d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 27 Jan 2021 14:20:47 -0700 Subject: [PATCH 048/260] test | 01.27.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 68d86a2dd0..78760bba86 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From a34e57ace660c4df369baaeabea4a6de0430e859 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 28 Jan 2021 13:03:07 -0700 Subject: [PATCH 049/260] docker test|01.28.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 78760bba86..86805b3452 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From d6c555f556687cc081497cb0af4037b5da258f80 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 30 Jan 2021 15:43:14 -0700 Subject: [PATCH 050/260] fourteenthtry docker image test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 86805b3452..8e9e19c656 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From d54949e77ff88fa6829f9c4b19b95bc2035bd3eb Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 30 Jan 2021 17:09:05 -0700 Subject: [PATCH 051/260] docker image test 2 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8e9e19c656..d3ef745b56 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -3,7 +3,7 @@ PROGRAM real_data - USE module_machine + USE module_machine USE module_domain USE module_initialize_real USE module_io_domain From 6d07184906b7358ec35dbb68d11fa5d68911bdb8 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 31 Jan 2021 16:07:30 -0700 Subject: [PATCH 052/260] reg test 15 check --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d3ef745b56..0c08d50cff 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,6 +1,6 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. - + PROGRAM real_data USE module_machine From e47763f9a7af5bcdf1f169be320caa1608a26519 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 31 Jan 2021 20:47:04 -0700 Subject: [PATCH 053/260] test1 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 0c08d50cff..0a30d9ab2c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -2,7 +2,7 @@ ! program is specifically set up for the NMM core. PROGRAM real_data - + USE module_machine USE module_domain USE module_initialize_real From f3d9ce520101df76b23971c72c462dd2fdf52b5d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 31 Jan 2021 21:17:04 -0700 Subject: [PATCH 054/260] instance test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 0a30d9ab2c..2c0ea4d794 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 4f2881f3a85949dd7034c3d4b298648320ff5098 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 31 Jan 2021 21:41:30 -0700 Subject: [PATCH 055/260] t3a.xlarge --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 2c0ea4d794..a64b5b7582 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 7685f3b99c9b39baa1eb3e536ebcad183e9cbcd4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 2 Feb 2021 15:28:32 -0700 Subject: [PATCH 056/260] test only serial --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index a64b5b7582..8b17684ef5 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From ff1c0aeb710d373437d1e7df130d28a853cf50c9 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 2 Feb 2021 15:40:03 -0700 Subject: [PATCH 057/260] test1 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8b17684ef5..5b78b49feb 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -5,7 +5,7 @@ PROGRAM real_data USE module_machine USE module_domain - USE module_initialize_real + USE module_initialize_real USE module_io_domain USE module_driver_constants USE module_configure From 669866850efdd141031013f440ff59e0ac9195e7 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 2 Feb 2021 19:05:35 -0700 Subject: [PATCH 058/260] t3large --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5b78b49feb..8b17684ef5 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -5,7 +5,7 @@ PROGRAM real_data USE module_machine USE module_domain - USE module_initialize_real + USE module_initialize_real USE module_io_domain USE module_driver_constants USE module_configure From 1fde2965302bce6d10860b9e7a19370098875bfd Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Feb 2021 07:03:24 -0700 Subject: [PATCH 059/260] t3alarge --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8b17684ef5..7b9f169654 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From c85ed4e9b22945e50728ff8852bb60f27a286f0e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Feb 2021 14:33:28 -0700 Subject: [PATCH 060/260] fourteenthtry test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 7b9f169654..6535e2faec 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From a84e04ab45d214e9a2aef45446771df6e6f1870e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 5 Feb 2021 06:33:40 -0700 Subject: [PATCH 061/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 6535e2faec..b88ca41ff9 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From b96344de9ab3e5b32e64b514ee969f827bdf585f Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 5 Feb 2021 06:44:45 -0700 Subject: [PATCH 062/260] serial test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b88ca41ff9..65bedf59ac 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From c22a6290ac065fe919cceea705cabd3c3aa3b95f Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 5 Feb 2021 07:27:25 -0700 Subject: [PATCH 063/260] revert to original --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 65bedf59ac..4fc2d8f514 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 21bb727e5432a4ac539d3af3f8b9bbbaeb62aaad Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 5 Feb 2021 12:44:31 -0700 Subject: [PATCH 064/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4fc2d8f514..b352db72bb 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From f5cdff8c41ca348813fd7a5f15d29d09a0e00101 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 7 Feb 2021 16:20:39 -0700 Subject: [PATCH 065/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b352db72bb..4d9b9d569c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 90d3ed3bdaa6d7eae4bb0ce6c4d1430ce1cd630c Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 8 Feb 2021 10:53:06 -0700 Subject: [PATCH 066/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4d9b9d569c..aaba94ab19 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From e519e754ba434a3be0dba009690dfa920e7391d2 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 8 Feb 2021 12:09:42 -0700 Subject: [PATCH 067/260] original --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index aaba94ab19..fbb46a978b 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From c11849c8b696eed13df90aa71aa769dda1d220ec Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 8 Feb 2021 15:04:33 -0700 Subject: [PATCH 068/260] serial test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index fbb46a978b..533874570f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 01016289711cbb25de34264b77e20d7f04edf84e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 03:03:07 -0700 Subject: [PATCH 069/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 533874570f..63f6c033a3 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From cafcae9e60e036eb1d235832340e6e8c9076ee95 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 03:48:20 -0700 Subject: [PATCH 070/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 63f6c033a3..8517e5b69e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 717d7677d3e304868bec4c0e0503ef5f28b52545 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 03:53:37 -0700 Subject: [PATCH 071/260] test1 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8517e5b69e..f3fd1af3fa 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 116c5ce1bb191c71b160b05d5d1155c8c1401c70 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 04:00:56 -0700 Subject: [PATCH 072/260] test2 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f3fd1af3fa..906ca011d9 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 6b5eb891664cb3422c5271832a82522f2fd3efe1 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 04:25:16 -0700 Subject: [PATCH 073/260] test3 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 906ca011d9..5fcd28ddf5 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 8d5996a8b227e4f6f380d636aa09d63caeb4eed6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 05:00:18 -0700 Subject: [PATCH 074/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5fcd28ddf5..4996ebc5a2 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From ffc54339f1d0519907180fa2a41ee6ce7d6470a0 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 05:18:53 -0700 Subject: [PATCH 075/260] serial test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4996ebc5a2..364164492a 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From f470c075b5f8cdac8ce0e265136e9b90400aeb01 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 05:38:53 -0700 Subject: [PATCH 076/260] serial test 2 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 364164492a..986ea0ab73 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 4b3132469cd00a2eec6f2325e507ea7c008218ae Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 06:57:21 -0700 Subject: [PATCH 077/260] serial test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 986ea0ab73..f4dcb67ca1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 1266466814e8d4b3717d420f785394d16e32dce7 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 07:05:14 -0700 Subject: [PATCH 078/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f4dcb67ca1..22828b48e7 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From a5628eb6b1f54d68715317ae3a722e7619bcd460 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 08:11:46 -0700 Subject: [PATCH 079/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 22828b48e7..3a8db70f55 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 24412cb168b20a6d99023ebe8bba8b88c84cfabb Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 08:24:25 -0700 Subject: [PATCH 080/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3a8db70f55..32bfcc4281 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From c1d3890b344ba3755d4f359867bad736db082036 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 10:54:07 -0700 Subject: [PATCH 081/260] test 20-65 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 32bfcc4281..8b593f8497 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From ba17f32f83d6ac8b7b38445938ae335f21c3d412 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 10:55:29 -0700 Subject: [PATCH 082/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8b593f8497..f963b95c99 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 470771eaa796da9826cd899633f09c36cc87c24b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 10:58:09 -0700 Subject: [PATCH 083/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f963b95c99..037cb4bc48 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From dec5fae69b456acede428971f9fcd7eb599444f0 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 11:14:59 -0700 Subject: [PATCH 084/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 037cb4bc48..899a97043e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From fc67758e53b723df747de45a661222193e13eb01 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 11:30:56 -0700 Subject: [PATCH 085/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 899a97043e..26abaf78d6 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From fe16680af2cef8ed9def9aca45837329e4c18b22 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 11:51:33 -0700 Subject: [PATCH 086/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 26abaf78d6..2ba23cceae 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 63d3876bc9eb6d05ab93984900ee95581fdfb355 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 12:41:36 -0700 Subject: [PATCH 087/260] test 20-65 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 2ba23cceae..d59bab29bb 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -2,7 +2,7 @@ ! program is specifically set up for the NMM core. PROGRAM real_data - + USE module_machine USE module_domain USE module_initialize_real From 44bde541c0343eee4a2ae80dd72210e04fcd97c8 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 9 Feb 2021 13:55:12 -0700 Subject: [PATCH 088/260] test 20 - 65 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d59bab29bb..035bc0f171 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From fa20606e9a3c5b11f29cbd9586f2e53f265054a5 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 10 Feb 2021 07:24:42 -0700 Subject: [PATCH 089/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 035bc0f171..372321ccea 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 8ed4785c3e827886a3f4c32ce972f08abbf84ad4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 17 Feb 2021 12:36:04 -0700 Subject: [PATCH 090/260] staging test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 372321ccea..531ba98fd9 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From fbb427e7e3130f77b3b43d55c3cd6af4e8c3bc0d Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Thu, 18 Feb 2021 11:07:06 -0500 Subject: [PATCH 091/260] Update 1: 2/18/2021 - 11:06 AM EST (to be aborted) --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9fd7b4cbb1..5c1f1215bd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,4 +2,4 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which i WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). - + From 63bbb413a9ab75b93f817ec332234111e79ae2a2 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Thu, 18 Feb 2021 11:12:39 -0500 Subject: [PATCH 092/260] Update 2: 2/18/2021 - 11:12 AM EST --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22d4484eea..8243bec5fe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ For an overview of the WRF modeling system, along with information regarding dow Information regarding WRF Model citations (including a DOI) can be found here: [http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html](http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html). -The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). +The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). From 18bf85766a755ed25bff9df953050f7d134990aa Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Thu, 18 Feb 2021 11:15:41 -0500 Subject: [PATCH 093/260] Update 3: 2/18/2021 @ 11:15 EST --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 531ba98fd9..da3523c06e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From f581f192023c7bd0dbec6a5ea80620709f039f18 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 18 Feb 2021 14:42:15 -0700 Subject: [PATCH 094/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index da3523c06e..97be80377b 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 391af8a63bdda00650d93df5370d20ee35f6202a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 22 Feb 2021 08:37:17 -0700 Subject: [PATCH 095/260] cost optimization test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 97be80377b..31d21b78c1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From a3825286374dee6007d0e84d767090db80aa4a4b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 22 Feb 2021 08:42:51 -0700 Subject: [PATCH 096/260] fourteenthtry --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 31d21b78c1..10b3deb79f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 22e124c03adbf2ceb8c0db394ea6a558b88edd52 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 22 Feb 2021 09:22:36 -0700 Subject: [PATCH 097/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 10b3deb79f..d96b6221b7 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From d5403e6dd8a52c4c90bdf7d6636dd135323c5e76 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 22 Feb 2021 18:51:08 -0700 Subject: [PATCH 098/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d96b6221b7..3b2466e355 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 69dbcdc63d676c769a28825b5176f9d4d9c1ebe4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 23 Feb 2021 13:40:11 -0700 Subject: [PATCH 099/260] fourteenthtry test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3b2466e355..3dde491c07 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 0bb795c764eb9de8951004c3c4a53f681d5ff7ad Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 23 Feb 2021 23:10:44 -0500 Subject: [PATCH 100/260] Update 1 - 2/23/21, 11:10 PM EST (to be aborted) --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 5c1f1215bd..adb233487a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). - + From 4a4c13e0f4659477ede6165684ff73d797cbfc6b Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 23 Feb 2021 23:12:16 -0500 Subject: [PATCH 101/260] Update 2 - 2/23/2021, 11:12 PM EST (to be aborted) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8243bec5fe..55007ab438 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Information regarding WRF Model citations (including a DOI) can be found here: [ The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). + From c13af2803efc3d45df2be79483053f97dd5292b3 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 23 Feb 2021 23:17:18 -0500 Subject: [PATCH 102/260] Update 3 - 2/23/2021, 11:14 PM EST --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3dde491c07..65a0e4d0c7 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -75,7 +75,7 @@ SUBROUTINE Setup_Timekeeping( grid ) END SUBROUTINE Setup_Timekeeping END INTERFACE - ! Define the name of this program (program_name defined in module_domain) + ! Define the name of this program (program_name defined in module_domain) program_name = "REAL_NMM " // TRIM(release_version) // " PREPROCESSOR" From 5bee3384c1f54e50f7c08071ca9a84fe21e3c92a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 24 Feb 2021 06:11:43 -0700 Subject: [PATCH 103/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 65a0e4d0c7..d71a16e049 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 321aeb8e747359b80da9ba19f568909c6863959b Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Wed, 24 Feb 2021 10:48:10 -0500 Subject: [PATCH 104/260] Update to check for email, 2/24/2021 at 10:47 AM --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d71a16e049..a913b709cd 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From cbdfaca7831d3081f7e915f0e4f77e64aa225320 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:00:12 -0400 Subject: [PATCH 105/260] Update 1 - 4/13/21 - Should abort --- LICENSE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.txt b/LICENSE.txt index adb233487a..cc56df15a5 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,6 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). + From 51884b0bb4adb8e0b38d43917b93c816e66ee10d Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:02:32 -0400 Subject: [PATCH 106/260] Update 2 - 4/13/21 at 5:02 PM; should abort --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55007ab438..220e30802f 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ Information regarding WRF Model citations (including a DOI) can be found here: [ The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). - + From bfcf9bd9cb238135df3b7fdbda1caa8c2b4af866 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:41:03 -0400 Subject: [PATCH 107/260] Update 3 - 4/13/21 @ 5:40 PM; should execute --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index a913b709cd..4e44cfad29 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 4c57701ce8a3911027f4e453b9e6c14d1b75fcd8 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:41:11 -0400 Subject: [PATCH 108/260] Update 3 - 4/13/21 @ 5:40 PM; should execute From 0393649bf02148530d9417b49351b386ac541fa0 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:41:11 -0400 Subject: [PATCH 109/260] Update 3 - 4/13/21 @ 5:40 PM; should execute From cca994cf5cefe7e8f74cb181fe0bd0cb7b5ff580 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Tue, 13 Apr 2021 19:18:52 -0400 Subject: [PATCH 110/260] Update 4 - 4/13/21, 7:18; should execute --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4e44cfad29..ad44d00435 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From ae4d94eef1ba3cd6c59056941c507cda961a99e4 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:51:25 -0400 Subject: [PATCH 111/260] Update 1 - 4-14-21, 10:51 AM - should abort --- LICENSE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.txt b/LICENSE.txt index cc56df15a5..2d7734c28f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -4,3 +4,4 @@ WRF® is a registered trademark of the University Corporation for Atmospheric Re + From 44dfa5a73ed07b1240c4b85c1be82290880e7f9a Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:52:21 -0400 Subject: [PATCH 112/260] Update 2 - 4-14-21, 10:52 AM - should abort --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 220e30802f..9c1545d6d0 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ Information regarding WRF Model citations (including a DOI) can be found here: [ The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). + From d3f6f26e628b605f9d1c8b7de3aafb8265dfcee4 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:53:27 -0400 Subject: [PATCH 113/260] Update 3 - 4-14-21, 10:53 AM - should execute --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ad44d00435..f59f474c0c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 5c0de921a0d1a1dafa80d29d3c8415dcbacf586e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 18:54:11 -0600 Subject: [PATCH 114/260] Test 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f59f474c0c..30e6af71c3 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -2,7 +2,7 @@ ! program is specifically set up for the NMM core. PROGRAM real_data - + USE module_machine USE module_domain USE module_initialize_real From 74631709c1380839f6b2060c66e6f7b844ed8cfd Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 20:18:38 -0600 Subject: [PATCH 115/260] test 1 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 30e6af71c3..b79206bf1d 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From e1e84fc814131eebfe03fe013a4a448fac3026ab Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 20:25:07 -0600 Subject: [PATCH 116/260] test 2 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b79206bf1d..00fe244e1c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 95fdb6ab8124fe17c4235ccc9022c57aee82d885 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 20:31:14 -0600 Subject: [PATCH 117/260] test 3 04.30.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 00fe244e1c..5a60e164e4 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 8b7ec9dd28b47d7fb21584fb09cb25e9c34e8733 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 20:51:45 -0600 Subject: [PATCH 118/260] test 5 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5a60e164e4..2a308c5d04 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From f6be266ecb38f53e0867a8f2977b1e86e047c4f2 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 20:56:49 -0600 Subject: [PATCH 119/260] test 6 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 2a308c5d04..5c8968ac86 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From d25e8ea26a9110470f4e06a54722aaae0772e9f5 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 21:03:24 -0600 Subject: [PATCH 120/260] test 7 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5c8968ac86..effaf9ec72 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From f70f17a9f1cad11350963b48a46215edf4686863 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 21:07:51 -0600 Subject: [PATCH 121/260] test 8 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index effaf9ec72..66e80f47b3 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 15938485562d3afc65b2dcac40bddd2c6c0b484d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 21:12:57 -0600 Subject: [PATCH 122/260] test 9 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 66e80f47b3..1c2a795d69 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From d1f2a4dd42e3169e0821b8c16f881184dac16402 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 21:17:26 -0600 Subject: [PATCH 123/260] test 9 04.30.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 1c2a795d69..a58f670aae 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 9e98f08500e7db4473fb844ba599e791412bc030 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 30 Apr 2021 21:21:54 -0600 Subject: [PATCH 124/260] test 10 04.21.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index a58f670aae..f1be39ac1d 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 403691ed5b5d7edab9a9b1fae2b0877c56f69fce Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 1 May 2021 15:06:43 -0600 Subject: [PATCH 125/260] test 1 05.01.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f1be39ac1d..19670d1654 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 01b05dc5faa7b39296bcd389ec39706df3075251 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 1 May 2021 15:56:06 -0600 Subject: [PATCH 126/260] test 2 05.01.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 19670d1654..ae528aebcf 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 751928752c978103d548fce87abd3e887815876e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 1 May 2021 16:07:32 -0600 Subject: [PATCH 127/260] test 3 05.01.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ae528aebcf..4af41f04c1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From c790ec4dbd3b7178886b485e7f63edc3953ae2a4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 1 May 2021 16:11:17 -0600 Subject: [PATCH 128/260] test 4 05.01.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4af41f04c1..cdabbdbd7a 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From ca31d68d18bc5651f0d8532a41865d21f4d7a57e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 1 May 2021 16:21:09 -0600 Subject: [PATCH 129/260] test 5 05.01.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index cdabbdbd7a..3861c8e0bc 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 22f075aa946989d7b849118dfc9e8fba2c108ef4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sat, 1 May 2021 20:46:34 -0600 Subject: [PATCH 130/260] test 05.01.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3861c8e0bc..c256357838 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 7d3667455348504c872debcea30052c819dddea1 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 2 May 2021 21:38:39 -0600 Subject: [PATCH 131/260] test 05.02.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c256357838..b5d8f7170f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 1d6206581cbf101452220c52c28e50c70d5e24e1 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Sun, 2 May 2021 21:51:35 -0600 Subject: [PATCH 132/260] test 1 05.02.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b5d8f7170f..a595235fa0 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From b6db3bf42bff942fcbbb50beb270c4031785366c Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 06:45:44 -0600 Subject: [PATCH 133/260] test 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index a595235fa0..d17c8a7f19 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 90a1a7e1983c52bbb6c3e83b95cdef96e0df7fad Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 06:51:24 -0600 Subject: [PATCH 134/260] test 1 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d17c8a7f19..603ab5d5a0 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From c6445d1f2c2d4a44e7b411b0abd370b57ca3e02d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 06:58:29 -0600 Subject: [PATCH 135/260] update 3 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 603ab5d5a0..a5dadd2942 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From cc940d280231080461de4d06ef24bc91bd726b61 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 07:18:43 -0600 Subject: [PATCH 136/260] test 4 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index a5dadd2942..03f995fccf 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 7ee8bb91dff95b574437e7246a51e667d8dd3e37 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 07:23:50 -0600 Subject: [PATCH 137/260] test 5 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 03f995fccf..d6eb4cca4b 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From dc5948926fddc9c337478bab8f59b793c5a34ab6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 08:39:03 -0600 Subject: [PATCH 138/260] test 6 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d6eb4cca4b..ee2f83902a 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From dfff354aff094664aa9f7583ba303a85a3c3cee8 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 08:58:15 -0600 Subject: [PATCH 139/260] test 7 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ee2f83902a..6c6004042a 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From f51a29cd6cde4b02795fd017bfd7aecfb7b2ac79 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 09:16:34 -0600 Subject: [PATCH 140/260] test 8 05.06.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 6c6004042a..7cf06ca069 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From d58bfc44b3245b293b0fb9ac5e49061f8aaebab3 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 09:19:48 -0600 Subject: [PATCH 141/260] test 9 05.03.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 7cf06ca069..f443151908 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 13e003aa3bff4a4aa99a64f8a0ba26995b0d7cd2 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 09:34:42 -0600 Subject: [PATCH 142/260] test 10 05.03.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f443151908..27df384007 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From e55b0e3b1a0dd1019a94aeae312a276d0adc02ba Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 09:43:58 -0600 Subject: [PATCH 143/260] test 11 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 27df384007..bf1eeb297c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 44fc282f633e3dbe477066ac380d0bf374cd5669 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 3 May 2021 09:48:33 -0600 Subject: [PATCH 144/260] test 11 05.03.2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index bf1eeb297c..53e480ced4 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 6816f48b8d827e1336d79af29ef76fb1ed094d66 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Mon, 3 May 2021 12:53:21 -0400 Subject: [PATCH 145/260] Update 1, 5-3-2021 at 12:53 PM - Should abort --- LICENSE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.txt b/LICENSE.txt index 2d7734c28f..64d2e61be9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -4,4 +4,5 @@ WRF® is a registered trademark of the University Corporation for Atmospheric Re + From 9627c37e552ae1c5c9af22b7a5bc21296053b361 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Mon, 3 May 2021 12:54:18 -0400 Subject: [PATCH 146/260] Update 2 - 5-3-2021 at 12:54 PM - should abort --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c1545d6d0..fd9994d50f 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,5 @@ The WRF Model is open-source code in the public domain, and its use is unrestric + From e2a6935dbd04054d54179d28a6d71d6a346539af Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Mon, 3 May 2021 12:55:18 -0400 Subject: [PATCH 147/260] Update 3 - 5-3-2021 at 12:55 PM - should execute --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 53e480ced4..783813e2a4 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 42063159f698acd74b385fb2babac06190635fe4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 19 May 2021 07:08:35 -0600 Subject: [PATCH 148/260] Test 1 05.18.21 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 783813e2a4..ce053a49e1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From b09c1077d048a209bfcff38a91bf3fadc504e49e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 14 Jul 2021 13:05:59 -0600 Subject: [PATCH 149/260] Test1 07 14 2021 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ce053a49e1..69d8ce0703 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 9aa1297bb539eee7f06017c7df09bef56855fbb6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 2 Sep 2021 14:27:56 -0600 Subject: [PATCH 150/260] Webhook Test 1 902 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 69d8ce0703..16cccd1e52 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From e67c46f42c335cf57fb9c0ee27cb4185f986cfac Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 2 Sep 2021 14:32:29 -0600 Subject: [PATCH 151/260] Webhook Test 2 902 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 16cccd1e52..c8ca6b725c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From ac96eb9d3cb255dbc9f0451778dc80933a569064 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 2 Sep 2021 15:21:07 -0600 Subject: [PATCH 152/260] Webhook test 3 902 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c8ca6b725c..8f06c4ff01 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 37d79e827b3d93ecc9fac6fcbdc95468182b1e17 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 2 Sep 2021 16:25:59 -0600 Subject: [PATCH 153/260] Webhook Test 4 902 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8f06c4ff01..fa52eac6f2 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From db0202189badfb0edd98bfd2d2be2854e725f0d5 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 3 Sep 2021 07:25:57 -0600 Subject: [PATCH 154/260] webhook test 1 903 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index fa52eac6f2..dd56ffe995 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From fdf3208a541019027691c2f2b8f45da97d5a27ea Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 3 Sep 2021 07:43:32 -0600 Subject: [PATCH 155/260] Webhook test 2 903 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index dd56ffe995..83789bdcaa 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From c0bbc52aa2156880691eb503df6945da69831fea Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 7 Sep 2021 08:17:08 -0600 Subject: [PATCH 156/260] Webhook test 907 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 83789bdcaa..af4f48a257 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From c9c3ad445a7dd706c84676e40ba82bf09d18e325 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 7 Sep 2021 09:04:26 -0600 Subject: [PATCH 157/260] webhook test 1 907 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index af4f48a257..c97fe723ae 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From a542e9cbe590ddf882915a620f94c4939f60f02b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 7 Sep 2021 11:19:44 -0600 Subject: [PATCH 158/260] Webhook Test 2 907 --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c97fe723ae..af4f48a257 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 6f0419659f3346a4adbade3c96f835414438ec5a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 27 Sep 2021 12:43:51 -0600 Subject: [PATCH 159/260] testing code after removing nmm from staging --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index af4f48a257..11f24b254f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 37924e7ee365d540a893db3a4e4befd1d646cfe4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 13 Oct 2021 09:17:58 -0600 Subject: [PATCH 160/260] Testing WRF Modle Pipeline --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 11f24b254f..af4f48a257 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 51c4ed8219717fd471c2eabc33a3eef685042e52 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:15:24 -0400 Subject: [PATCH 161/260] Test 10-14-21, 11:15 AM (Should abort) --- LICENSE.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 64d2e61be9..76eb67598e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,8 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. -WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). - - - - - +WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From 227901e65594f36fe77305e5b08632185c31ad97 Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:18:10 -0400 Subject: [PATCH 162/260] Test 10-14-21, 11:18 AM (Should Abort) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd9994d50f..0744b6e117 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,5 @@ The WRF Model is open-source code in the public domain, and its use is unrestric + From 8c9f8386d1851ae395dfef9b71707fbd3fecec4c Mon Sep 17 00:00:00 2001 From: Howard Stone <57773489+hstone-scala@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:37:56 -0400 Subject: [PATCH 163/260] Test with original Pull Request - 11:36 AM (Should run on MODEL-Test and abort on With Label) --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index af4f48a257..c97fe723ae 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From cf6257396ff9eadbb40bc816e834911661e5dc66 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 18 Oct 2021 12:21:57 -0600 Subject: [PATCH 164/260] Test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c97fe723ae..af4f48a257 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 4385abd96e0ec0e03b60352fd034410d3ae9c5e6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 18 Oct 2021 14:14:44 -0600 Subject: [PATCH 165/260] Test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index af4f48a257..83789bdcaa 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From fde4396deea419762675601bf6cf08c932ef2191 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 31 Jan 2022 13:39:14 -0600 Subject: [PATCH 166/260] test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 83789bdcaa..24c43f68a5 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 4e22b3dda3b58e6ae683acd8a05e9a247584eb0d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 26 Apr 2022 15:08:41 -0400 Subject: [PATCH 167/260] Testing --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d5b942d812..7b58020b9e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From 74f89ded593e2965c3fff5c4432494f37daccb61 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 26 Apr 2022 16:52:41 -0400 Subject: [PATCH 168/260] Testing --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 7b58020b9e..35508447ac 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WRF Model Version 4.2.1 -http://www2.mmm.ucar.edu/wrf/users/ +http://www2.mmm.ucar.edu/wrf/users/ ------------------------ WRF PUBLIC DOMAIN NOTICE From 432b1f701a3af0e686be590aa312055448c26e77 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 15:25:38 -0400 Subject: [PATCH 169/260] Testing --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 35508447ac..72e52be988 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From 9c900a78a07b661849cb93a53f8ee0c9411cca91 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 15:31:38 -0400 Subject: [PATCH 170/260] Testing --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 72e52be988..35508447ac 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From 6c3c74f483315ceba2b48d6cc551a1788d20312a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 15:58:45 -0400 Subject: [PATCH 171/260] Test --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 35508447ac..72e52be988 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From 87f5c7fef3068a080904d6e89762c1ef4d3552b2 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 16:00:59 -0400 Subject: [PATCH 172/260] Test --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 72e52be988..6c303fba8a 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From fdd5550b764d842c25dd3686bc6ee69df3113427 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 16:24:31 -0400 Subject: [PATCH 173/260] Test --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6c303fba8a..67e700a0df 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From 90f68c82befc0405adbe168057b77eaf082a1c9a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 16:25:59 -0400 Subject: [PATCH 174/260] Test --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 67e700a0df..55caa4f9cd 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From c7311da55e761c8dc7ea74af91bd1efe1de9fcc5 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 16:29:51 -0400 Subject: [PATCH 175/260] Test --- run/README.namelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/README.namelist b/run/README.namelist index 397245df1e..4e06c546ef 100644 --- a/run/README.namelist +++ b/run/README.namelist @@ -1,7 +1,7 @@ Description of namelist variables --------------------------------- - + For WRF-NMM users, please see Chapter 5 of the WRF-NMM User's Guide for information on NMM specific settings (http://www.dtcenter.org/wrf-nmm/users) From 871e2e2ffd434cdfd74057c45a3d1528a1066312 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 16:45:20 -0400 Subject: [PATCH 176/260] Test --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 24c43f68a5..143cdd281b 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -2,7 +2,7 @@ ! program is specifically set up for the NMM core. PROGRAM real_data - + USE module_machine USE module_domain USE module_initialize_real From d6bd0c72891344bf845adb86853417e552b69467 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 16:49:31 -0400 Subject: [PATCH 177/260] Test --- run/README.rasm_diag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/README.rasm_diag b/run/README.rasm_diag index 89a2c1ccc9..011180457c 100644 --- a/run/README.rasm_diag +++ b/run/README.rasm_diag @@ -3,7 +3,7 @@ meteorology (PSFC, TSK, PMSL, T2, TH2, Q2, U10, V10), fluxes at the surface (HFX, LH, SWDNB, GLW, LWUPB, SWUPB), and fluxes at the TOA (SWUPT, SWDNT, LWUPT, LWDNT). The averaging can be set by the user with some interval of seconds, minutes, hours, days, or month. The average output file is set to use auxhist5. - + Additionally, diurnal averaging is provided which creates monthly averages for three hour periods of time during the day (00-03, 03-06, etc.). The diurnal average output is set to use auxhist6. This diurnal averaging output is only From fb47cbb98499f2133ec87df5bf531921b99c4308 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 4 May 2022 16:50:03 -0400 Subject: [PATCH 178/260] Test --- run/README.tslist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/README.tslist b/run/README.tslist index e65e46ad7c..eb98297f1d 100644 --- a/run/README.tslist +++ b/run/README.tslist @@ -6,7 +6,7 @@ the file are regarded as header information, and are used to determine if the given coordinates are lat/long or i/j. The contents of an example tslist file for coordinate specification are shown below. - + #-----------------------------------------------# # 24 characters for name | pfx | LAT | LON | #-----------------------------------------------# From 70afab8f840224e801902755ea316d5f2649d3e6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 19 May 2022 13:21:27 -0400 Subject: [PATCH 179/260] Testing new repos --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 143cdd281b..3c5960fe63 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 04d8ac9dd22a77ae6da05a4d286e585c0456c7ae Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 19 May 2022 13:59:32 -0400 Subject: [PATCH 180/260] testing credentials --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3c5960fe63..007f66a238 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 880672d914ee3cefc05c8ee1e02e16bca6a80ad4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 19 May 2022 17:19:02 -0400 Subject: [PATCH 181/260] Testing token --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 007f66a238..e30b9b274f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,6 +1,6 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. - + PROGRAM real_data USE module_machine From d715910941302d8db56926ad9eb8f8ff7293a168 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 20 May 2022 13:59:48 -0400 Subject: [PATCH 182/260] testing --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index e30b9b274f..17601cd992 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From f9a333debcee962b96507a4f8eee18463fbeae41 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 20 May 2022 14:08:15 -0400 Subject: [PATCH 183/260] testing --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 17601cd992..f75c2b85ce 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From dfe7ed7be146c2124e4b0143a6fb8a05dac4a67a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 20 May 2022 14:16:21 -0400 Subject: [PATCH 184/260] Testing --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f75c2b85ce..d256646ddf 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 73f26073209d257888627929d2ccedb54a986171 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 20 May 2022 14:21:22 -0400 Subject: [PATCH 185/260] Testing --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d256646ddf..12ccc6d979 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From aee011055e56f790c3220fd58ca72afa5e7d643a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Fri, 20 May 2022 15:08:40 -0400 Subject: [PATCH 186/260] Testing --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 12ccc6d979..db426907ab 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From bdaf6a54f9b0538189e1f9b861158dc35b600f94 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 25 May 2022 10:53:19 -0400 Subject: [PATCH 187/260] Testing SCM --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 76eb67598e..242e68b6f2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. - + WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From 27fad85354afa59f837795ae6c489b97dd53a982 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 25 May 2022 10:55:52 -0400 Subject: [PATCH 188/260] Test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0744b6e117..9a97d633a0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ We request that all new users of WRF please register. This allows us to better d For an overview of the WRF modeling system, along with information regarding downloads, user support, documentation, publications, and additional resources, please see the WRF Model Users' Web Site: [http://www2.mmm.ucar.edu/wrf/users/](http://www2.mmm.ucar.edu/wrf/users/). -Information regarding WRF Model citations (including a DOI) can be found here: [http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html](http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html). +Information regarding WRF Model citations (including a DOI) can be found here: [http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html](http://www2.mmm.ucar.edu/wrf/users/citing_wrf.html). The WRF Model is open-source code in the public domain, and its use is unrestricted. The name "WRF", however, is a registered trademark of the University Corporation for Atmospheric Research. The WRF public domain notice and related information may be found here: [http://www2.mmm.ucar.edu/wrf/users/public.html](http://www2.mmm.ucar.edu/wrf/users/public.html). From 646cd0b8e305d98fd33d3870bc498d3190a31827 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 25 May 2022 11:15:43 -0400 Subject: [PATCH 189/260] Testing --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 55caa4f9cd..52a9f99c2c 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ ------------------------- +------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From a2528376ddc40f36594f603464b07d802dcfd98b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 15:34:06 -0400 Subject: [PATCH 190/260] Testing Abort msg --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 242e68b6f2..0c3b99cf29 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. - + WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From d57b31dae7eedf052add3f1953d84a7e8aeb4c20 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 15:44:52 -0400 Subject: [PATCH 191/260] Testing more variables in email --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0c3b99cf29..023646ac61 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. - + WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From 4246db6a567abbd6918943d17a8924e7d442029e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:05:54 -0400 Subject: [PATCH 192/260] Testing modified email --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 023646ac61..0c3b99cf29 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. - + WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From 273d21129c8c00ffe1568ccb13de4ac8adf23da8 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:07:50 -0400 Subject: [PATCH 193/260] Testing email --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0c3b99cf29..242e68b6f2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. - + WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From 1ee9dabbc46f0ba41bbca9afe31fe085b5699b9b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:22:18 -0400 Subject: [PATCH 194/260] Testing emails From aa54d5cdeb6d1b384bc7ab160a42684bacfae45e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:25:17 -0400 Subject: [PATCH 195/260] Testing email From 18c1efd5b381383313bfca9f522beb099ecd4838 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:27:24 -0400 Subject: [PATCH 196/260] testing emails --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 242e68b6f2..76eb67598e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. - + WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From 275ac8511ce73b3301cfbb65b5d7364bc725887a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:28:38 -0400 Subject: [PATCH 197/260] Testing emails From ca9ffc6bf8cff86248c8d962f03b0d89937ad2a0 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:30:36 -0400 Subject: [PATCH 198/260] Testing emails after reverting changes From 83f340a1e1898b6fa5cb48cbe2c6426a2482cd12 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 5 Oct 2022 16:40:14 -0400 Subject: [PATCH 199/260] Testing emails --- LICENSE.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 76eb67598e..cbbb9439d7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,2 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. - WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. From 1be61d43555d17107e431affb4edbac24beaddfb Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 14 Mar 2024 01:08:51 -0400 Subject: [PATCH 200/260] Testing new instance --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index db426907ab..689be46f33 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 53d250559821d5a7ad525b540e842b8e426b525b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 14 Mar 2024 01:10:40 -0400 Subject: [PATCH 201/260] Testing --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 689be46f33..d256646ddf 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 90a30695d2a199275c9b8f04b775e489400dead7 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 16:44:14 -0400 Subject: [PATCH 202/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d256646ddf..f75c2b85ce 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From e794f3ef23462f4464a3c20f03240ebb5442a5e6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 16:48:17 -0400 Subject: [PATCH 203/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f75c2b85ce..dd1ee5dbe8 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From e6c7de632707692241d0969e38e759507f400857 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 17:07:36 -0400 Subject: [PATCH 204/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index dd1ee5dbe8..c46cc1d877 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From a6bd6dc5539358964dbae7fca28f89137509e48a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 17:09:55 -0400 Subject: [PATCH 205/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c46cc1d877..cd6f2788c7 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 9baf25c23674b707ee76783cfde24203016f0612 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 17:14:56 -0400 Subject: [PATCH 206/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index cd6f2788c7..350724a6bc 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 54fd3928fb646a574c3d466bb588e21762634ef3 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 17:21:01 -0400 Subject: [PATCH 207/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 350724a6bc..c22e9306fb 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From a99f908d5a531c0bc0dccba9f0bd6ea0dbfd856b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 17:25:32 -0400 Subject: [PATCH 208/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c22e9306fb..c35546b749 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 47b7a093e45c2a4336b59aab326e2abb7f644fd5 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 21 Mar 2024 17:34:57 -0400 Subject: [PATCH 209/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c35546b749..11948e5139 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From b1db9257e004211dd9be3091f8a64c37e4b683c3 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 1 Apr 2024 17:32:56 -0400 Subject: [PATCH 210/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 11948e5139..e4f6737fdd 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From a78588339877b2c1998710810aa6d5f02ece8374 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 1 Apr 2024 17:37:12 -0400 Subject: [PATCH 211/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index e4f6737fdd..e5febd17f4 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 473e8b0a9281533295598bfef598e359e0b3af87 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 1 Apr 2024 17:42:11 -0400 Subject: [PATCH 212/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index e5febd17f4..b2bc5406f0 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From e896816f6a997384e85c3eb2501ceaf153961ee4 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Mon, 1 Apr 2024 17:51:42 -0400 Subject: [PATCH 213/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b2bc5406f0..670f822a17 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From 47e68d800b9b5fdad9aee296ff7711e0c7c9fab3 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 2 Apr 2024 18:11:27 -0400 Subject: [PATCH 214/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 670f822a17..19dc0504a5 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 20ab3d2ce2c4f23560dac393c9c502dfd2b57741 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Tue, 2 Apr 2024 18:43:03 -0400 Subject: [PATCH 215/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 19dc0504a5..7fe061b18a 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,5 +1,5 @@ ! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the NMM core. +! program is specifically set up for the NMM core. PROGRAM real_data From d961f598f5df49ae4da9f8a0ba57cc7fcca27f14 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 16:31:22 -0400 Subject: [PATCH 216/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 7fe061b18a..7529c5c223 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,7 +1,7 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. -PROGRAM real_data +PROGRAM real_data USE module_machine USE module_domain From bd308df1b342325e15ec919e0fafdf5d4ccd45d6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 16:43:36 -0400 Subject: [PATCH 217/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 7529c5c223..8aeb94c05f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 2ebaa60e2632b303230768846a7dacc712d2ac45 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 16:48:49 -0400 Subject: [PATCH 218/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8aeb94c05f..652cf4caa1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,6 +1,6 @@ ! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. - + PROGRAM real_data USE module_machine From 93721cb2324beede8b0f424e7594b474319801bb Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 16:51:44 -0400 Subject: [PATCH 219/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 652cf4caa1..ed98d2cf55 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -11,7 +11,7 @@ PROGRAM real_data USE module_configure USE module_timing USE module_check_a_mundo -#if ( WRF_CHEM == 1 ) +#if ( WRF_CHEM == 1 ) USE module_input_chem_data USE module_input_chem_bioemiss #endif From d7644964225b207d72616508866456573de3390f Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 16:53:13 -0400 Subject: [PATCH 220/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ed98d2cf55..408c4ce87a 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -3,7 +3,7 @@ PROGRAM real_data - USE module_machine + USE module_machine USE module_domain USE module_initialize_real USE module_io_domain From c5a2181a7b10c5db6b220efdb2f9de4441509225 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 16:58:46 -0400 Subject: [PATCH 221/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 408c4ce87a..8f9663729f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 0adc5a8c92b99fe321bba842ad8113872553d4db Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 17:01:18 -0400 Subject: [PATCH 222/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8f9663729f..f50d3c0831 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -2,7 +2,7 @@ ! program is specifically set up for the NMM core. PROGRAM real_data - + USE module_machine USE module_domain USE module_initialize_real From 643c4b3ab9cdab87ecc57a5f4847247cb334f40c Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 17:02:42 -0400 Subject: [PATCH 223/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f50d3c0831..c211308d05 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From f19bd1630f8827c6478d58272f2ebbf674c40283 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 17:04:13 -0400 Subject: [PATCH 224/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c211308d05..f50d3c0831 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 33a7dbd7ac9965a828926aa45e5a7c525af360af Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 17:06:11 -0400 Subject: [PATCH 225/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index f50d3c0831..c211308d05 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This ! program is specifically set up for the NMM core. PROGRAM real_data From 9383db17933f5702ffc2d808d836a84b700ea164 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 17:07:38 -0400 Subject: [PATCH 226/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c211308d05..050833474a 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -36,7 +36,7 @@ PROGRAM real_data INTEGER :: idum1, idum2 #ifdef DM_PARALLEL INTEGER :: nbytes -! INTEGER, PARAMETER :: configbuflen = 2*1024 +! INTEGER, PARAMETER :: configbuflen = 2*1024 INTEGER, PARAMETER :: configbuflen = 4*CONFIG_BUF_LEN INTEGER :: configbuf( configbuflen ) LOGICAL , EXTERNAL :: wrf_dm_on_monitor From f5b78cd9c1f39c87d76c92f64b0e7fb661b06c75 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 17:20:12 -0400 Subject: [PATCH 227/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 050833474a..d9f5644e49 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This +! Create an initial data set for the WRF model based on real data. This retry[1] ! program is specifically set up for the NMM core. PROGRAM real_data From 9201b11dfaac5c85e1e06922d92e4951b20626b7 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 19:31:31 -0400 Subject: [PATCH 228/260] Update real_nmm.F --- main/real_nmm.F | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d9f5644e49..5097652ffd 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[1] +! Create an initial data set for the WRF model based on real data. This retry[2] ! program is specifically set up for the NMM core. PROGRAM real_data @@ -75,7 +75,7 @@ SUBROUTINE Setup_Timekeeping( grid ) END SUBROUTINE Setup_Timekeeping END INTERFACE - ! Define the name of this program (program_name defined in module_domain) + ! Define the name of this program (program_name defined in module_domain) program_name = "REAL_NMM " // TRIM(release_version) // " PREPROCESSOR" From 953f8ed1cae693aed138200c0373e8c2e38745df Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 19:46:38 -0400 Subject: [PATCH 229/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5097652ffd..7f2e91b3d6 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[2] +! Create an initial data set for the WRF model based on real data. This retry[3] ! program is specifically set up for the NMM core. PROGRAM real_data From a8890c34b3e20bd8c7a9d1e39cce7c556d186cf1 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 19:47:57 -0400 Subject: [PATCH 230/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 7f2e91b3d6..16b7fbd9e1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[3] +! Create an initial data set for the WRF model based on real data. This retry[4] ! program is specifically set up for the NMM core. PROGRAM real_data From a4ad18955fa1c99acc44453d7e823e6170200c42 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 19:56:28 -0400 Subject: [PATCH 231/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 16b7fbd9e1..7e7e66732e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[4] +! Create an initial data set for the WRF model based on real data. This retry[5] ! program is specifically set up for the NMM core. PROGRAM real_data From cda8f608f4505fc1048d790ea2e872e08f83150b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 20:00:14 -0400 Subject: [PATCH 232/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 7e7e66732e..8af76caf0c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[5] +! Create an initial data set for the WRF model based on real data. This retry[6] ! program is specifically set up for the NMM core. PROGRAM real_data From 206551de9546d7f44603de20642a13f3a1f56956 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 20:03:20 -0400 Subject: [PATCH 233/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 8af76caf0c..c8fb63150d 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[6] +! Create an initial data set for the WRF model based on real data. This retry[7] ! program is specifically set up for the NMM core. PROGRAM real_data From 158e912335fa9475b9094c48f23e9e7a352640d7 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 20:07:04 -0400 Subject: [PATCH 234/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c8fb63150d..3706ec8ea0 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[7] +! Create an initial data set for the WRF model based on real data. This retry[8] ! program is specifically set up for the NMM core. PROGRAM real_data From bf4496859791cb7153faf32a6ca128be97630864 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 20:08:13 -0400 Subject: [PATCH 235/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 3706ec8ea0..948376f393 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[8] +! Create an initial data set for the WRF model based on real data. This retry[9] ! program is specifically set up for the NMM core. PROGRAM real_data From dbe43a139938cfbe212c66bee64ae4973481230e Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 20:09:47 -0400 Subject: [PATCH 236/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 948376f393..799d6542c6 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[9] +! Create an initial data set for the WRF model based on real data. This retry[10] ! program is specifically set up for the NMM core. PROGRAM real_data From 48f7b6ce4836b5cad274d88a073b1298886e4269 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 20:14:31 -0400 Subject: [PATCH 237/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 799d6542c6..340f374948 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[10] +! Create an initial data set for the WRF model based on real data. This retry[11] ! program is specifically set up for the NMM core. PROGRAM real_data From 1c9b0c0852f50de37feb970354633de1fd2f0289 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 23:47:16 -0400 Subject: [PATCH 238/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 340f374948..e070e04ee1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[11] +! Create an initial data set for the WRF model based on real data. This retry[12] ! program is specifically set up for the NMM core. PROGRAM real_data From 7f66c3e84f5e655b692fab532b647f4058f50378 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 3 Apr 2024 23:57:12 -0400 Subject: [PATCH 239/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index e070e04ee1..ae2720fe2c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[12] +! Create an initial data set for the WRF model based on real data. This retry[13] ! program is specifically set up for the NMM core. PROGRAM real_data From d484d66df886f7594e4c7fa3553373d8c52c44f9 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 11:32:55 -0400 Subject: [PATCH 240/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index ae2720fe2c..2474976894 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. This retry[13] +! Create an initial data set for the WRF model based on real data. run [1] ! program is specifically set up for the NMM core. PROGRAM real_data From 2b8fe9d005f9ae0fe75a9010b2857f63141d37c6 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 11:35:25 -0400 Subject: [PATCH 241/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 2474976894..c3559267ae 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [1] +! Create an initial data set for the WRF model based on real data. run [2] ! program is specifically set up for the NMM core. PROGRAM real_data From b62f79c2c155546f20b9232f36a237966e7444e7 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 11:58:38 -0400 Subject: [PATCH 242/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c3559267ae..95ce733c60 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [2] +! Create an initial data set for the WRF model based on real data. run [3] ! program is specifically set up for the NMM core. PROGRAM real_data From 300f76248ed7bd0d18c7513918d4a394a7c1cb6b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 11:59:44 -0400 Subject: [PATCH 243/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 95ce733c60..df3887829c 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [3] +! Create an initial data set for the WRF model based on real data. run [4] ! program is specifically set up for the NMM core. PROGRAM real_data From 8f3cff9d2310d12922840d160faa87f30419333b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 12:05:09 -0400 Subject: [PATCH 244/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index df3887829c..c6d3f6a296 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [4] +! Create an initial data set for the WRF model based on real data. run [5] ! program is specifically set up for the NMM core. PROGRAM real_data From 27a79caaad5ccef23e6ef969d3ceaefe513c914b Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 12:08:55 -0400 Subject: [PATCH 245/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index c6d3f6a296..d78df668fc 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [5] +! Create an initial data set for the WRF model based on real data. run [6] ! program is specifically set up for the NMM core. PROGRAM real_data From c2018601f4ac43d982b04483bb94f8023aead616 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 12:11:25 -0400 Subject: [PATCH 246/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index d78df668fc..5c68ba3cae 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [6] +! Create an initial data set for the WRF model based on real data. run [7] ! program is specifically set up for the NMM core. PROGRAM real_data From 5f5a0c04ccfca2441ad385afd435fc940145e180 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:03:48 -0400 Subject: [PATCH 247/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 5c68ba3cae..2160449d1e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [7] +! Create an initial data set for the WRF model based on real data. run [8] ! program is specifically set up for the NMM core. PROGRAM real_data From 3bd54df4cbe9245591fbb5fd6dccca94b62c43d3 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:08:19 -0400 Subject: [PATCH 248/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 2160449d1e..b95fe72cbf 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [8] +! Create an initial data set for the WRF model based on real data. run [9] ! program is specifically set up for the NMM core. PROGRAM real_data From b0a1c15a9d4818e60231420a3a9740d1919da38a Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:10:35 -0400 Subject: [PATCH 249/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index b95fe72cbf..05250193d4 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [9] +! Create an initial data set for the WRF model based on real data. run [10] ! program is specifically set up for the NMM core. PROGRAM real_data From 55ec91c370d78935ae7be31dab06de7c8a21593d Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:11:35 -0400 Subject: [PATCH 250/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 05250193d4..2b43abd972 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [10] +! Create an initial data set for the WRF model based on real data. run [11] ! program is specifically set up for the NMM core. PROGRAM real_data From 1fc1bcd1cd4813b7359b2d012f3c1d37c77fba98 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:12:18 -0400 Subject: [PATCH 251/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 2b43abd972..79a886cd96 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [11] +! Create an initial data set for the WRF model based on real data. run [13] ! program is specifically set up for the NMM core. PROGRAM real_data From 3f5af908fec8f9a2468b18d803920086a42d634f Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:30:33 -0400 Subject: [PATCH 252/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 79a886cd96..144f541aa3 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [13] +! Create an initial data set for the WRF model based on real data. run [12] ! program is specifically set up for the NMM core. PROGRAM real_data From bbd26af65c41e7a91533db5b9d159209da94aded Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:31:28 -0400 Subject: [PATCH 253/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 144f541aa3..79a886cd96 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [12] +! Create an initial data set for the WRF model based on real data. run [13] ! program is specifically set up for the NMM core. PROGRAM real_data From a85d59b0fe80f87b6ae13c0a2f4041e4f540c1bd Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:44:49 -0400 Subject: [PATCH 254/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 79a886cd96..4452d423c0 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. run [13] +! Create an initial data set for the WRF model based on real data. test [13] ! program is specifically set up for the NMM core. PROGRAM real_data From c27f30285a1d525d1f46a0be88b4cf33ecf0a3bf Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:48:05 -0400 Subject: [PATCH 255/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4452d423c0..4a4c00083f 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. test [13] +! Create an initial data set for the WRF model based on real data. test-run [13] ! program is specifically set up for the NMM core. PROGRAM real_data From 72c9a3647c4048a1b73ed9877c7671fa3d419484 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 14:59:55 -0400 Subject: [PATCH 256/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 4a4c00083f..779b1df00e 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. test-run [13] +! Create an initial data set for the WRF model based on real data. test-run [14] ! program is specifically set up for the NMM core. PROGRAM real_data From 1944520ca94ac25f39b4b209216b62c03e7d13f9 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Thu, 4 Apr 2024 15:04:16 -0400 Subject: [PATCH 257/260] Update real_nmm.F --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index 779b1df00e..08773266d6 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. test-run [14] +! Create an initial data set for the WRF model based on real data. test-run [15] ! program is specifically set up for the NMM core. PROGRAM real_data From 8c1a2e2ab15e2df81aaa28d526ae87eedd80cd60 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 18 Sep 2024 01:39:18 -0400 Subject: [PATCH 258/260] Test trigger 1 --- LICENSE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.txt b/LICENSE.txt index cbbb9439d7..63ed63eaad 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,2 +1,3 @@ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for Atmospheric Research (UCAR). NCAR and UCAR make no proprietary claims, either statutory or otherwise, to this version and release of WRF and consider WRF to be in the public domain for use by any person or entity for any purpose without any fee or charge. UCAR requests that any WRF user include this notice on any partial or full copies of WRF. WRF is provided on an "AS IS" basis and any warranties, either express or implied, including but not limited to implied warranties of non-infringement, originality, merchantability and fitness for a particular purpose, are disclaimed. In no event shall UCAR be liable for any damages, whatsoever, whether direct, indirect, consequential or special, that arise out of or in connection with the access, use or performance of WRF, including infringement actions. WRF® is a registered trademark of the University Corporation for Atmospheric Research (UCAR). All rights reserved. + From f1aa716318f183606f28968ba77cbc9a36e94f34 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 18 Sep 2024 01:50:16 -0400 Subject: [PATCH 259/260] Update test 2 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 52a9f99c2c..5c0baf896b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WRF Model Version 4.2.1 http://www2.mmm.ucar.edu/wrf/users/ - + ------------------------ WRF PUBLIC DOMAIN NOTICE ------------------------ From 1073ce8da2a1dba153e87282d842a44644df51a3 Mon Sep 17 00:00:00 2001 From: vlakshmanan-scala Date: Wed, 20 Nov 2024 18:03:01 -0500 Subject: [PATCH 260/260] Test re-run functionality --- main/real_nmm.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/real_nmm.F b/main/real_nmm.F index a5da28643f..d759fc0fd1 100644 --- a/main/real_nmm.F +++ b/main/real_nmm.F @@ -1,4 +1,4 @@ -! Create an initial data set for the WRF model based on real data. test-run [15] +! Create an initial data set for the WRF model based on real data. test-run [16] ! program is specifically set up for the NMM core. PROGRAM real_data