diff --git a/README b/README index e3c373400c..7381eefa94 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -WRF Model Version 4.3.3 +WRF Model Version 4.4.4 https://www2.mmm.ucar.edu/wrf/users/ - ------------------------- -WRF PUBLIC DOMAIN NOTICE + ------------------------ +WRF PUBLIC DOMAIN NOTICE +------------------------ WRF was developed at the National Center for Atmospheric Research (NCAR) which is operated by the University Corporation for diff --git a/main/real_em.F b/main/real_em.F index 6ae526f00c..4bee548579 100644 --- a/main/real_em.F +++ b/main/real_em.F @@ -1,7 +1,8 @@ -! Create an initial data set for the WRF model based on real data. This -! program is specifically set up for the Eulerian, mass-based coordinate. +! Create an initial data set for the WRF model based on real data. This +! program is specifically set up for the Eulerian, mass-based coordinate. PROGRAM real_data + USE module_machine #ifdef DM_PARALLEL USE module_dm, ONLY : wrf_dm_initialize @@ -29,7 +30,7 @@ PROGRAM real_data #endif USE module_utility, ONLY : WRFU_finalize - IMPLICIT NONE + IMPLICIT NONE #if ( WRF_CHEM == 1 ) ! interface