Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/WRFV2-gfortran-x86_64-2.patch
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/WRFV2-gfortran-x86_64-2.patch	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/WRFV2-gfortran-x86_64-2.patch	(revision 1185)
@@ -0,0 +1,361 @@
+--- WRFV2.original/arch/configure.defaults	2007-10-05 16:16:41.329127000 +0200
++++ WRFV2/arch/configure.defaults	2008-09-03 20:18:02.656065000 +0200
+@@ -10943,5 +10943,358 @@
+ 	$(RM) $*.b
+ 	$(FC) -c $(PROMOTION) $(FCBASEOPTS) $(MODULE_DIRS) $*.f90
+ 
++###########################################################
++#ARCH    PC Linux x86_64 (IA64 and AMD Opteron), GNU Fortran compiler, DM-Parallel  (RSL, MPICH, Allows nesting)
++#
++DMPARALLEL      =       1
++MAX_PROC        =       1024
++FC              =       mpif90
++LD              =       mpif90
++CC              =       mpicc
++SCC             =       gcc
++SFC             =       gfortran
++RWORDSIZE       =       $(NATIVE_RWORDSIZE)
++PROMOTION       =       
++CFLAGS          =       -DDM_PARALLEL -DWRF_RSL_IO \
++                        -DMAXDOM_MAKE=$(MAX_DOMAINS) -DMAXPROC_MAKE=$(MAX_PROC) -I../external/RSL/RSL \
++                        -DLANDREAD_STUB
++FCOPTIM         =       #-Mipa=fast
++FCDEBUG         =       #-g
++FCBASEOPTS      =       -w $(FCDEBUG) -ffree-form -ffree-line-length-none
++FCFLAGS         =       $(FCOPTIM) $(FCBASEOPTS)
++ARCHFLAGS       =       -DGRIB1 CONFIGURE_GRIB2_FLAG -DINTIO -DWRF_RSL_IO -DRSL -DDM_PARALLEL \
++                        -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=4 CONFIGURE_NETCDF_FLAG \
++                        -DLIMIT_ARGS -DLANDREAD_STUB
++# machine-specific flags needed to link in ESMF library (C++ run-time-library, etc.)
++ESMF_LIB_FLAGS  =
++ESMF_IO_LIB     =       ESMFIOLIB
++ESMF_IO_LIB_EXT =       ESMFIOEXTLIB
++INCLUDE_MODULES =       -J../main -I../main -I../external/io_netcdf -I../external/io_int -I../external/esmf_time_f90 \
++                        -I../external -I../frame -I../share -I../phys -I../inc -I../chem
++PERL            =       perl
++REGISTRY        =       Registry
++LIB             =       CONFIGURE_NETCDF_LIB_PATH -L../external/RSL/RSL -lrsl \
++                        -L../external/io_grib1 -lio_grib1 \
++                        CONFIGURE_GRIB2_LIB \
++                        -L../external/io_grib_share -lio_grib_share \
++                        -L../external/io_int -lwrfio_int \
++                        ../frame/module_internal_header_util.o ../frame/pack_utils.o -L../external/esmf_time_f90 -lesmf_time
++LDFLAGS         =       CONFIGURE_LDFLAGS
++ENVCOMPDEFS     =       CONFIGURE_COMPILEFLAGS
++CPP             =       /lib/cpp -C -P -traditional
++POUND_DEF       =       -DNO_RRTM_PHYSICS  -traditional $(COREDEFS) -DNONSTANDARD_SYSTEM -DCONFIG_BUF_LEN=$(CONFIG_BUF_LEN) -DMAX_DOMAINS_F=$(MAX_DOMAINS)
++CPPFLAGS        =       -I$(LIBINCLUDE) -C -P $(ARCHFLAGS) -I../external/RSL/RSL -C -P `cat ../inc/dm_comm_cpp_flags` $(ENVCOMPDEFS) $(POUND_DEF)
++AR              =       ar ru
++M4              =       m4 -B 14000
++RANLIB          =       ranlib
++NETCDFPATH      =       CONFIGURE_NETCDF_PATH
++CC_TOOLS        =       cc
++
++externals : wrf_ioapi_includes CONFIGURE_WRFIO_NF wrfio_grib_share wrfio_grib1 CONFIGURE_WRFIO_GRIB2 ../external/RSL/RSL/librsl.a wrfio_int gen_comms.c module_dm.F esmf_time
++
++gen_comms.c : ../external/RSL/gen_comms.c
++	( /bin/cp ../tools/gen_comms_warning ../tools/gen_comms.c ; \
++	cat ../external/RSL/gen_comms.c >> ../tools/gen_comms.c )
++
++module_dm.F : ../external/RSL/module_dm.F
++	( /bin/cp module_dm_warning module_dm.F ; cat ../external/RSL/module_dm.F >> module_dm.F )
++
++wrfio_nf :
++	( cd ../external/io_netcdf ; \
++	make NETCDFPATH=CONFIGURE_NETCDF_PATH RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(FC) $(PROMOTION) $(FCFLAGS) -w" TRADFLAG="-traditional" )
++
++wrfio_int :
++	( cd ../external/io_int ; \
++	make CC="$(CC)" RANLIB="$(RANLIB)" CPP="$(CPP)" SFC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" FC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" all )
++
++wrfio_grib_share :
++	( cd ../external/io_grib_share ; \
++	make CC="$(SCC)" CFLAGS="$(CFLAGS)" RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
++
++wrfio_grib1 :
++	( cd ../external/io_grib1 ; \
++	make CC="$(SCC)" CFLAGS="$(CFLAGS)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
++
++wrfio_grib2 :
++	( cd ../external/io_grib2 ; \
++	make CC="$(SCC)" CFLAGS="$(CFLAGS) CONFIGURE_GRIB2_INC" RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" FIXED="-Mfixed" archive)
++
++esmf_time :
++	( cd ../external/esmf_time_f90 ; \
++	make FC="$(FC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" RANLIB="$(RANLIB)" CPP="$(CPP) -I../../inc -I. $(POUND_DEF)" )
++
++../external/RSL/RSL/librsl.a :
++	( cd ../external/RSL/RSL ; make CC="$(CC)" FC="$(FC) $(PROMOTION)" MAX_DOMAINS=$(MAX_DOMAINS) MAX_PROC=$(MAX_PROC) LEARN_BCAST=-DLEARN_BCAST linux )
++
++# compile these without high optimization to speed compile
++solve_interface.o : solve_interface.F
++shift_domain_em.o : shift_domain_em.F
++module_io_mm5.o : module_io_mm5.F
++module_si_io.o : module_si_io.F
++module_io_wrf.o : module_io_wrf.F
++module_domain.o : module_domain.F
++module_start.o : module_start.F
++module_initialize.o : module_initialize.F
++module_initialize_b_wave.o : module_initialize_b_wave.F
++module_initialize_hill2d_x.o : module_initialize_hill2d_x.F
++module_initialize_quarter_ss.o : module_initialize_quarter_ss.F
++module_initialize_squall2d_x.o : module_initialize_squall2d_x.F
++module_initialize_squall2d_y.o : module_initialize_squall2d_y.F
++module_initialize_real.o : module_initialize_real.F
++module_dm.o : module_dm.F
++start_domain.o : start_domain.F
++mediation_integrate.o : mediation_integrate.F
++module_configure.o : module_configure.F
++
++solve_interface.o                                              \
++shift_domain_em.o                                              \
++module_io_mm5.o module_si_io.o module_io_wrf.o module_domain.o \
++module_start.o module_initialize.o module_initialize_b_wave.o  \
++module_initialize_hill2d_x.o module_initialize_quarter_ss.o    \
++module_initialize_squall2d_x.o module_initialize_squall2d_y.o  \
++mediation_integrate.o \
++module_configure.o                                             \
++module_initialize_real.o module_dm.o start_domain.o :
++	$(RM) $@
++	$(SED_FTN) $*.F > $*.b
++	$(CPP) -I../inc $(CPPFLAGS) $*.b  > $*.f90
++	$(RM) $*.b
++	$(FC) -c $(PROMOTION) $(FCBASEOPTS) $(MODULE_DIRS) $*.f90
++
++
++###########################################################
++#ARCH    PC Linux x86_64 (IA64 and Opteron), GNU Fortran compiler   (Single-threaded, RSL, Allows nesting)
++#
++DMPARALLEL      =       1
++MAX_PROC        =       1024
++FC              =       gfortran
++LD              =       gfortran
++CC              =       gcc
++SCC		=	$(CC)
++SFC             =       gfortran
++RWORDSIZE       =       $(NATIVE_RWORDSIZE)
++FCOPTIM		=       #-O3 -funroll-loops -ftree-vectorize -ftree-loop-linear
++FCDEBUG		=	#-g
++FCBASEOPTS      =       -w $(FCDEBUG) -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4
++FCFLAGS         =       $(FCOPTIM) $(FCBASEOPTS)
++ARCHFLAGS       =       -DGRIB1 -DINTIO -DWRF_RSL_IO -DRSL -DDM_PARALLEL \
++                        -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=4 CONFIGURE_NETCDF_FLAG \
++			-DLIMIT_ARGS -DSTUBMPI
++PROMOTION	=
++CFLAGS          =       -DLANDREADSTUB -DDM_PARALLEL -DWRF_RSL_IO \
++                        -DMAXDOM_MAKE=$(MAX_DOMAINS) -DMAXPROC_MAKE=$(MAX_PROC) -I../external/RSL/RSL $(ARCHFLAGS)
++# machine-specific flags needed to link in ESMF library (C++ run-time-library, etc.)
++ESMF_LIB_FLAGS  =       
++ESMF_IO_LIB     =       ESMFIOLIB
++ESMF_IO_LIB_EXT =       ESMFIOEXTLIB
++INCLUDE_MODULES =       -J../main -I../main -I../external/io_netcdf -I../external/io_int -I../external/esmf_time_f90 \
++                        -I../external -I../frame -I../share -I../phys -I../chem -I../inc
++PERL            =       perl
++REGISTRY        =       Registry
++LIB             =       CONFIGURE_NETCDF_LIB_PATH -L../external/RSL/RSL -lrsl \
++                        -L../external/io_grib1 -lio_grib1 \
++			-L../external/io_int -lwrfio_int \
++			-L../external/io_grib_share -lio_grib_share \
++			../frame/module_internal_header_util.o ../frame/pack_utils.o -L../external/esmf_time_f90 -lesmf_time 
++LDFLAGS         =       $(FCFLAGS) CONFIGURE_LDFLAGS -fconvert=big-endian
++ENVCOMPDEFS	=	CONFIGURE_COMPILEFLAGS
++CPP             =       /lib/cpp -C -P -traditional
++POUND_DEF	=	-DNO_RRTM_PHYSICS  $(COREDEFS) -DNONSTANDARD_SYSTEM -DCONFIG_BUF_LEN=$(CONFIG_BUF_LEN) -DMAX_DOMAINS_F=$(MAX_DOMAINS)
++CPPFLAGS        =       -I$(LIBINCLUDE) -C -P $(ARCHFLAGS) -I../external/RSL/RSL -C -P `cat ../inc/dm_comm_cpp_flags` $(ENVCOMPDEFS) $(POUND_DEF)
++AR              =       ar ru
++M4              =       m4 -B 14000
++RANLIB          =       ranlib
++NETCDFPATH	=	CONFIGURE_NETCDF_PATH
++CC_TOOLS        =       cc
++
++externals : wrf_ioapi_includes CONFIGURE_WRFIO_NF wrfio_grib_share wrfio_grib1 ../external/RSL/RSL/librsl.a wrfio_int gen_comms.c module_dm.F esmf_time
++
++gen_comms.c : ../external/RSL/gen_comms.c
++	( /bin/cp ../tools/gen_comms_warning ../tools/gen_comms.c ; \
++          cat ../external/RSL/gen_comms.c >> ../tools/gen_comms.c )
++
++module_dm.F : ../external/RSL/module_dm.F
++	( /bin/cp module_dm_warning module_dm.F ; cat ../external/RSL/module_dm.F >> module_dm.F )
++
++wrfio_nf : 
++	( cd ../external/io_netcdf ; \
++	  make NETCDFPATH=CONFIGURE_NETCDF_PATH RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(FC) $(PROMOTION) $(FCFLAGS) -w" TRADFLAG="-traditional" )
++
++wrfio_grib_share :
++	( cd ../external/io_grib_share ; \
++          make CC="$(SCC)" CFLAGS="$(CFLAGS)" RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
++
++wrfio_grib1 :
++	( cd ../external/io_grib1 ; \
++          make CC="$(SCC)" CFLAGS="$(CFLAGS)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
++
++wrfio_grib2 :
++	( cd ../external/io_grib2 ; \
++          make CC="$(SCC)" CFLAGS="$(CFLAGS) CONFIGURE_GRIB2_INC" RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" FIXED="-Mfixed" archive)
++
++wrfio_int : 
++	( cd ../external/io_int ; \
++          make CC="$(CC)" RANLIB="$(RANLIB)" CPP="$(CPP)" SFC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" FC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" all )
++
++esmf_time : 
++	( cd ../external/esmf_time_f90 ; \
++	  make FC="$(FC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" RANLIB="$(RANLIB)" CPP="$(CPP) -I../../inc -I. $(POUND_DEF)" )
++
++../external/RSL/RSL/librsl.a :
++	( cd ../external/RSL/RSL ; make CC="$(CC)" CFLAGS='-DSTUBS' FC="$(FC) $(PROMOTION)" FFLAGS='' MAX_DOMAINS=$(MAX_DOMAINS) MAX_PROC=$(MAX_PROC) LEARN_BCAST=-DLEARN_BCAST stub )
++
++# compile these without high optimization to speed compile
++solve_interface.o : solve_interface.F
++shift_domain_em.o : shift_domain_em.F
++module_io_mm5.o : module_io_mm5.F
++module_si_io.o : module_si_io.F
++module_io_wrf.o : module_io_wrf.F
++module_domain.o : module_domain.F
++module_start.o : module_start.F
++module_initialize.o : module_initialize.F
++module_initialize_b_wave.o : module_initialize_b_wave.F
++module_initialize_hill2d_x.o : module_initialize_hill2d_x.F
++module_initialize_quarter_ss.o : module_initialize_quarter_ss.F
++module_initialize_squall2d_x.o : module_initialize_squall2d_x.F
++module_initialize_squall2d_y.o : module_initialize_squall2d_y.F
++module_initialize_real.o : module_initialize_real.F
++module_dm.o : module_dm.F
++start_domain.o : start_domain.F
++mediation_integrate.o : mediation_integrate.F
++module_configure.o : module_configure.F
++
++solve_interface.o                                              \
++shift_domain_em.o                                              \
++module_io_mm5.o module_si_io.o module_io_wrf.o module_domain.o \
++module_start.o module_initialize.o module_initialize_b_wave.o  \
++module_initialize_hill2d_x.o module_initialize_quarter_ss.o    \
++module_initialize_squall2d_x.o module_initialize_squall2d_y.o  \
++module_configure.o                                             \
++mediation_integrate.o \
++module_initialize_real.o module_dm.o start_domain.o :
++	$(RM) $@
++	$(SED_FTN) $*.F > $*.b 
++	$(CPP) -I../inc $(CPPFLAGS) $*.b  > $*.f90
++	$(RM) $*.b
++	$(FC) -c $(PROMOTION) $(FCBASEOPTS) $(MODULE_DIRS) $*.f90
++
++
++###########################################################
++#ARCH     PC Linux x86_64 (IA64 and Opteron), GNU Fortran compiler  DM-Parallel (RSL_LITE, OpenMPI, Allows nesting)
++#
++DMPARALLEL      =       1
++MAX_PROC        =       1024
++FC              =       mpif90
++LD              =       mpif90
++CC              =       mpicc
++SCC		=	gcc
++SFC             =       gfortran
++RWORDSIZE       =       $(NATIVE_RWORDSIZE)
++PROMOTION	=	
++CFLAGS          =       -DDM_PARALLEL \
++                        -DMAXDOM_MAKE=$(MAX_DOMAINS) -DMAXPROC_MAKE=$(MAX_PROC) -I../external/RSL_LITE
++FCOPTIM		=	
++FCDEBUG		=	
++FCBASEOPTS      =       -w $(FCDEBUG) -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4
++FCFLAGS         =       $(FCOPTIM) $(FCBASEOPTS)
++ARCHFLAGS       =       -DGRIB1 CONFIGURE_GRIB2_FLAG -DINTIO -DDM_PARALLEL \
++                        -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=4 CONFIGURE_NETCDF_FLAG \
++			-DLIMIT_ARGS -DNMM_NEST=$(WRF_NMM_NEST)
++# machine-specific flags needed to link in ESMF library (C++ run-time-library, etc.)
++ESMF_LIB_FLAGS  =       
++ESMF_IO_LIB     =       ESMFIOLIB
++ESMF_IO_LIB_EXT =       ESMFIOEXTLIB
++INCLUDE_MODULES =       -J../main -I../main -I../external/io_netcdf -I../external/io_int -I../external/esmf_time_f90 \
++                        -I../external -I../frame -I../share -I../phys -I../chem -I../inc
++PERL            =       perl
++REGISTRY        =       Registry
++LIB             =       CONFIGURE_NETCDF_LIB_PATH -L../external/RSL_LITE -lrsl_lite \
++                        -L../external/io_grib1 -lio_grib1 \
++                        CONFIGURE_GRIB2_LIB \
++                        -L../external/io_grib_share -lio_grib_share \
++			-L../external/io_int -lwrfio_int \
++			../frame/module_internal_header_util.o ../frame/pack_utils.o -L../external/esmf_time_f90 -lesmf_time 
++LDFLAGS         =       $(FCFLAGS) CONFIGURE_LDFLAGS -fconvert=big-endian
++ENVCOMPDEFS	=	CONFIGURE_COMPILEFLAGS
++CPP             =       /lib/cpp -C -P -traditional
++POUND_DEF	=	-DNO_RRTM_PHYSICS  -traditional $(COREDEFS) -DNONSTANDARD_SYSTEM -DCONFIG_BUF_LEN=$(CONFIG_BUF_LEN) -DMAX_DOMAINS_F=$(MAX_DOMAINS)
++CPPFLAGS        =       -I$(LIBINCLUDE) -C -P $(ARCHFLAGS) -I../external/RSL_LITE -C -P `cat ../inc/dm_comm_cpp_flags` $(ENVCOMPDEFS) $(POUND_DEF)
++AR              =       ar ru
++M4              =       m4 -B 14000
++RANLIB          =       ranlib
++NETCDFPATH	=	CONFIGURE_NETCDF_PATH
++CC_TOOLS        =       cc
++
++externals : wrf_ioapi_includes CONFIGURE_WRFIO_NF wrfio_grib_share wrfio_grib1 CONFIGURE_WRFIO_GRIB2 ../external/RSL_LITE/librsl_lite.a wrfio_int gen_comms.c module_dm.F esmf_time
++
++gen_comms.c : ../external/RSL_LITE/gen_comms.c
++	( /bin/cp ../tools/gen_comms_warning ../tools/gen_comms.c ; \
++          cat ../external/RSL_LITE/gen_comms.c >> ../tools/gen_comms.c )
++
++module_dm.F : ../external/RSL_LITE/module_dm.F
++	( /bin/cp module_dm_warning module_dm.F ; cat ../external/RSL_LITE/module_dm.F >> module_dm.F )
++
++wrfio_nf : 
++	( cd ../external/io_netcdf ; \
++	  make NETCDFPATH=CONFIGURE_NETCDF_PATH RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(FC) $(PROMOTION) $(FCFLAGS) -w" TRADFLAG="-traditional" )
++
++wrfio_grib_share :
++	( cd ../external/io_grib_share ; \
++          make CC="$(SCC)" CFLAGS="$(CFLAGS)" RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
++
++wrfio_grib1 :
++	( cd ../external/io_grib1 ; \
++          make CC="$(SCC)" CFLAGS="$(CFLAGS)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
++
++wrfio_grib2 :
++	( cd ../external/io_grib2 ; \
++          make CC="$(SCC)" CFLAGS="$(CFLAGS) CONFIGURE_GRIB2_INC" RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" FIXED="-Mfixed" archive)
++
++wrfio_int : 
++	( cd ../external/io_int ; \
++          make CC="$(CC)" RANLIB="$(RANLIB)" CPP="$(CPP)" SFC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" FC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" all )
++
++esmf_time : 
++	( cd ../external/esmf_time_f90 ; \
++	  make FC="$(FC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" RANLIB="$(RANLIB)" CPP="$(CPP) -I../../inc -I. $(POUND_DEF)" )
++
++../external/RSL_LITE/librsl_lite.a :
++	( cd ../external/RSL_LITE ; make CC="$(CC)" FC="$(FC) $(FCFLAGS) $(PROMOTION) -byteswapio" MAX_DOMAINS=$(MAX_DOMAINS) MAX_PROC=$(MAX_PROC) LEARN_BCAST=-DLEARN_BCAST )
++
++# compile these without high optimization to speed compile
++solve_interface.o : solve_interface.F
++shift_domain_em.o : shift_domain_em.F
++module_io_mm5.o : module_io_mm5.F
++module_si_io.o : module_si_io.F
++module_io_wrf.o : module_io_wrf.F
++module_domain.o : module_domain.F
++module_start.o : module_start.F
++module_initialize.o : module_initialize.F
++module_initialize_b_wave.o : module_initialize_b_wave.F
++module_initialize_hill2d_x.o : module_initialize_hill2d_x.F
++module_initialize_quarter_ss.o : module_initialize_quarter_ss.F
++module_initialize_squall2d_x.o : module_initialize_squall2d_x.F
++module_initialize_squall2d_y.o : module_initialize_squall2d_y.F
++module_initialize_real.o : module_initialize_real.F
++module_dm.o : module_dm.F
++start_domain.o : start_domain.F
++mediation_integrate.o : mediation_integrate.F
++module_configure.o : module_configure.F
++
++solve_interface.o                                              \
++shift_domain_em.o                                              \
++module_io_mm5.o module_si_io.o module_io_wrf.o module_domain.o \
++module_start.o module_initialize.o module_initialize_b_wave.o  \
++module_initialize_hill2d_x.o module_initialize_quarter_ss.o    \
++module_initialize_squall2d_x.o module_initialize_squall2d_y.o  \
++module_configure.o                                             \
++mediation_integrate.o \
++module_initialize_real.o module_dm.o start_domain.o :
++	$(RM) $@
++	$(SED_FTN) $*.F > $*.b 
++	$(CPP) -I../inc $(CPPFLAGS) $*.b  > $*.f90
++	$(RM) $*.b
++	$(FC) -c $(PROMOTION) $(FCBASEOPTS) $(MODULE_DIRS) $*.f90
++
+ ##################################################################
+ #ARCH  NULL
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/co2clouds_module_initialize_quarter_ss.F
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/co2clouds_module_initialize_quarter_ss.F	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/co2clouds_module_initialize_quarter_ss.F	(revision 1185)
@@ -0,0 +1,965 @@
+!IDEAL:MODEL_LAYER:INITIALIZATION
+!
+
+!  This MODULE holds the routines which are used to perform various initializations
+!  for the individual domains.  
+
+!  This MODULE CONTAINS the following routines:
+
+!  initialize_field_test - 1. Set different fields to different constant
+!                             values.  This is only a test.  If the correct
+!                             domain is not found (based upon the "id")
+!                             then a fatal error is issued.               
+
+!-----------------------------------------------------------------------
+
+MODULE module_initialize
+
+   USE module_domain
+   USE module_io_domain
+   USE module_state_description
+   USE module_model_constants
+   USE module_bc
+   USE module_timing
+   USE module_configure
+   USE module_init_utilities
+#ifdef DM_PARALLEL
+   USE module_dm
+#endif
+
+
+CONTAINS
+
+
+!-------------------------------------------------------------------
+! this is a wrapper for the solver-specific init_domain routines.
+! Also dereferences the grid variables and passes them down as arguments.
+! This is crucial, since the lower level routines may do message passing
+! and this will get fouled up on machines that insist on passing down
+! copies of assumed-shape arrays (by passing down as arguments, the 
+! data are treated as assumed-size -- ie. f77 -- arrays and the copying
+! business is avoided).  Fie on the F90 designers.  Fie and a pox.
+
+   SUBROUTINE init_domain ( grid )
+
+   IMPLICIT NONE
+
+   !  Input data.
+   TYPE (domain), POINTER :: grid 
+   !  Local data.
+   INTEGER                :: dyn_opt 
+   INTEGER :: idum1, idum2
+
+   CALL nl_get_dyn_opt( 1, dyn_opt )
+   
+   CALL set_scalar_indices_from_config ( head_grid%id , idum1, idum2 )
+
+   IF (      dyn_opt .eq. 1 &
+        .or. dyn_opt .eq. 2 &
+        .or. dyn_opt .eq. 3 &
+                                       ) THEN
+     CALL init_domain_rk( grid &
+!
+#include <em_actual_new_args.inc>
+!
+                        )
+
+   ELSE
+     WRITE(0,*)' init_domain: unknown or unimplemented dyn_opt = ',dyn_opt
+     CALL wrf_error_fatal ( ' init_domain: unknown or unimplemented dyn_opt ' )
+   ENDIF
+
+   END SUBROUTINE init_domain
+
+!-------------------------------------------------------------------
+
+   SUBROUTINE init_domain_rk ( grid &
+!
+# include <em_dummy_new_args.inc>
+!
+)
+   IMPLICIT NONE
+
+   !  Input data.
+   TYPE (domain), POINTER :: grid
+
+# include <em_dummy_new_decl.inc>
+
+   TYPE (grid_config_rec_type)              :: config_flags
+
+   !  Local data
+   INTEGER                             ::                       &
+                                  ids, ide, jds, jde, kds, kde, &
+                                  ims, ime, jms, jme, kms, kme, &
+                                  its, ite, jts, jte, kts, kte, &
+                                  i, j, k
+
+   ! Local data
+
+   INTEGER, PARAMETER :: nl_max = 1000
+   REAL, DIMENSION(nl_max) :: zk, p_in, theta, rho, u, v, qv, pd_in
+   INTEGER :: nl_in
+
+
+   INTEGER :: icm,jcm, ii, im1, jj, jm1, loop, error, fid, nxc, nyc
+   REAL    :: u_mean,v_mean, f0, p_surf, p_level, qvf, z_at_v, z_at_u
+   REAL    :: z_scale, xrad, yrad, zrad, rad, delt, cof1, cof2
+!   REAL, EXTERNAL :: interp_0
+   REAL    :: hm
+   REAL    :: pi
+
+!  stuff from original initialization that has been dropped from the Registry 
+   REAL    :: vnu, xnu, xnus, dinit0, cbh, p0_temp, t0_temp, zd, zt
+   REAL    :: qvf1, qvf2, pd_surf
+   INTEGER :: it
+   real :: thtmp, ptmp, temp(3)
+
+   LOGICAL :: moisture_init
+   LOGICAL :: stretch_grid, dry_sounding
+
+  INTEGER :: xs , xe , ys , ye
+  REAL :: mtn_ht
+   LOGICAL, EXTERNAL :: wrf_dm_on_monitor
+
+!!MARS
+ REAL :: lon_input, lat_input, alt_input, tsurf_input
+!!MARS
+
+
+#ifdef DM_PARALLEL
+#    include <em_data_calls.inc>
+#endif
+
+
+   SELECT CASE ( model_data_order )
+         CASE ( DATA_ORDER_ZXY )
+   kds = grid%sd31 ; kde = grid%ed31 ;
+   ids = grid%sd32 ; ide = grid%ed32 ;
+   jds = grid%sd33 ; jde = grid%ed33 ;
+
+   kms = grid%sm31 ; kme = grid%em31 ;
+   ims = grid%sm32 ; ime = grid%em32 ;
+   jms = grid%sm33 ; jme = grid%em33 ;
+
+   kts = grid%sp31 ; kte = grid%ep31 ;   ! note that tile is entire patch
+   its = grid%sp32 ; ite = grid%ep32 ;   ! note that tile is entire patch
+   jts = grid%sp33 ; jte = grid%ep33 ;   ! note that tile is entire patch
+         CASE ( DATA_ORDER_XYZ )
+   ids = grid%sd31 ; ide = grid%ed31 ;
+   jds = grid%sd32 ; jde = grid%ed32 ;
+   kds = grid%sd33 ; kde = grid%ed33 ;
+
+   ims = grid%sm31 ; ime = grid%em31 ;
+   jms = grid%sm32 ; jme = grid%em32 ;
+   kms = grid%sm33 ; kme = grid%em33 ;
+
+   its = grid%sp31 ; ite = grid%ep31 ;   ! note that tile is entire patch
+   jts = grid%sp32 ; jte = grid%ep32 ;   ! note that tile is entire patch
+   kts = grid%sp33 ; kte = grid%ep33 ;   ! note that tile is entire patch
+         CASE ( DATA_ORDER_XZY )
+   ids = grid%sd31 ; ide = grid%ed31 ;
+   kds = grid%sd32 ; kde = grid%ed32 ;
+   jds = grid%sd33 ; jde = grid%ed33 ;
+
+   ims = grid%sm31 ; ime = grid%em31 ;
+   kms = grid%sm32 ; kme = grid%em32 ;
+   jms = grid%sm33 ; jme = grid%em33 ;
+
+   its = grid%sp31 ; ite = grid%ep31 ;   ! note that tile is entire patch
+   kts = grid%sp32 ; kte = grid%ep32 ;   ! note that tile is entire patch
+   jts = grid%sp33 ; jte = grid%ep33 ;   ! note that tile is entire patch
+
+   END SELECT
+
+
+   stretch_grid = .true.
+!   stretch_grid = .false.
+
+   delt = 3.
+   delt = 10.
+!   z_scale = .50
+   z_scale = .40
+
+!!!MARS
+!!!MARS
+!  open(unit=16,file='input_vert',form='formatted',status='old')
+!  rewind(16) 
+!  read(16,*) delt, z_scale
+!  write(6,*) 'delt, z_scale are  ', delt, z_scale
+!  close(16)
+!!!MARS
+!!!MARS
+
+   pi = 2.*asin(1.0)
+   write(6,*) ' pi is ',pi
+   nxc = (ide-ids)/2
+   nyc = (jde-jds)/2
+
+   CALL model_to_grid_config_rec ( grid%id , model_config_rec , config_flags )
+
+! here we check to see if the boundary conditions are set properly
+
+   CALL boundary_condition_check( config_flags, bdyzone, error, grid%id )
+
+   moisture_init = .true.
+
+    grid%itimestep=0
+
+#ifdef DM_PARALLEL
+   CALL wrf_dm_bcast_bytes( icm , IWORDSIZE )
+   CALL wrf_dm_bcast_bytes( jcm , IWORDSIZE )
+#endif
+
+    CALL nl_set_mminlu(1, '    ')
+    CALL nl_set_iswater(1,0)
+    CALL nl_set_cen_lat(1,40.)
+    CALL nl_set_cen_lon(1,-105.)
+    CALL nl_set_truelat1(1,0.)
+    CALL nl_set_truelat2(1,0.)
+    CALL nl_set_moad_cen_lat (1,0.)
+    CALL nl_set_stand_lon (1,0.)
+    CALL nl_set_map_proj(1,0)
+
+
+!  here we initialize data we currently is not initialized 
+!  in the input data
+
+    DO j = jts, jte
+      DO i = its, ite
+         grid%msft(i,j)     = 1.
+         grid%msfu(i,j)     = 1.
+         grid%msfv(i,j)     = 1.
+         grid%sina(i,j)     = 0.
+         grid%cosa(i,j)     = 1.
+         grid%e(i,j)        = 0.
+         grid%f(i,j)        = 0.         !! MARS: put coriolis here if needed
+
+      END DO
+   END DO
+
+    DO j = jts, jte
+    DO k = kts, kte
+      DO i = its, ite
+         grid%em_ww(i,k,j)     = 0.
+      END DO
+   END DO
+   END DO
+
+   grid%step_number = 0
+
+! set up the grid
+
+   IF (stretch_grid) THEN ! exponential stretch for eta (nearly constant dz)
+     DO k=1, kde
+      grid%em_znw(k) = (exp(-(k-1)/float(kde-1)/z_scale) - exp(-1./z_scale))/ &
+                                (1.-exp(-1./z_scale))
+     ENDDO
+   ELSE
+     DO k=1, kde
+      grid%em_znw(k) = 1. - float(k-1)/float(kde-1)
+     ENDDO
+   ENDIF
+
+!!MARS
+!!MARS
+  open(unit=12,file='levels',form='formatted',status='old')
+  rewind(12)
+  DO k=1, kde
+  read(12,*) grid%em_znw(k)
+  write(6,*) 'read level ', k,grid%em_znw(k)
+  ENDDO
+  close(12)
+!!MARS
+!!MARS
+  
+
+!   print *, 'coucou'
+!   stop
+
+   DO k=1, kde-1
+    grid%em_dnw(k) = grid%em_znw(k+1) - grid%em_znw(k)
+    grid%em_rdnw(k) = 1./grid%em_dnw(k)
+    grid%em_znu(k) = 0.5*(grid%em_znw(k+1)+grid%em_znw(k))
+   ENDDO
+   DO k=2, kde-1
+    grid%em_dn(k) = 0.5*(grid%em_dnw(k)+grid%em_dnw(k-1))
+    grid%em_rdn(k) = 1./grid%em_dn(k)
+    grid%em_fnp(k) = .5* grid%em_dnw(k  )/grid%em_dn(k)
+    grid%em_fnm(k) = .5* grid%em_dnw(k-1)/grid%em_dn(k)
+   ENDDO
+
+   cof1 = (2.*grid%em_dn(2)+grid%em_dn(3))/(grid%em_dn(2)+grid%em_dn(3))*grid%em_dnw(1)/grid%em_dn(2) 
+   cof2 =     grid%em_dn(2)        /(grid%em_dn(2)+grid%em_dn(3))*grid%em_dnw(1)/grid%em_dn(3) 
+   grid%cf1  = grid%em_fnp(2) + cof1
+   grid%cf2  = grid%em_fnm(2) - cof1 - cof2
+   grid%cf3  = cof2       
+
+   grid%cfn  = (.5*grid%em_dnw(kde-1)+grid%em_dn(kde-1))/grid%em_dn(kde-1)
+   grid%cfn1 = -.5*grid%em_dnw(kde-1)/grid%em_dn(kde-1)
+   grid%rdx = 1./config_flags%dx
+   grid%rdy = 1./config_flags%dy
+
+!  get the sounding from the ascii sounding file, first get dry sounding and 
+!  calculate base state
+
+  dry_sounding = .true.
+  IF ( wrf_dm_on_monitor() ) THEN
+  write(6,*) ' getting dry sounding for base state '
+
+  CALL get_sounding( zk, p_in, pd_in, theta, rho, u, v, qv, dry_sounding, nl_max, nl_in )
+  ENDIF
+  CALL wrf_dm_bcast_real( zk , nl_max )
+  CALL wrf_dm_bcast_real( p_in , nl_max )
+  CALL wrf_dm_bcast_real( pd_in , nl_max )
+  CALL wrf_dm_bcast_real( theta , nl_max )
+  CALL wrf_dm_bcast_real( rho , nl_max )
+  CALL wrf_dm_bcast_real( u , nl_max )
+  CALL wrf_dm_bcast_real( v , nl_max )
+  CALL wrf_dm_bcast_real( qv , nl_max )
+  CALL wrf_dm_bcast_integer ( nl_in , 1 ) 
+
+  write(6,*) ' returned from reading sounding, nl_in is ',nl_in
+
+!  find ptop for the desired ztop (ztop is input from the namelist),
+!  and find surface pressure
+
+  grid%p_top = interp_0( p_in, zk, config_flags%ztop, nl_in )
+
+!!MARS
+!!MARS
+  open(unit=14,file='input_coord',form='formatted',status='old')
+  rewind(14)
+  read(14,*) lon_input
+  read(14,*) lat_input
+  close(14)
+  write(6,*) ' lon is ',lon_input
+  write(6,*) ' lat is ',lat_input
+!!MARS
+!!MARS
+
+!!MARS
+!!MARS
+  open(unit=18,file='input_more',form='formatted',status='old')
+  rewind(18)
+  read(18,*) alt_input, tsurf_input
+  close(18)
+  write(6,*) ' alt is ',alt_input
+  write(6,*) ' tsurf is ',tsurf_input
+!!MARS
+!!MARS
+
+  DO j=jts,jte
+  DO i=its,ite
+!!MARS
+    grid%ht(i,j) = alt_input
+    grid%tsk(i,j) = tsurf_input
+!!MARS
+    grid%xlat(i,j) = lat_input
+    grid%xlong(i,j) = lon_input
+    grid%mars_emiss(i,j)=0.95
+    grid%mars_cice(i,j)=0.
+    grid%slpx(i,j) = 0.
+    grid%slpy(i,j) = 0.
+!!MARS
+  ENDDO
+  ENDDO
+
+!   print *, 'coucou'
+!   stop
+
+
+  xs=ide/2 -3
+  xs=ids   -3
+  xe=xs + 6
+  ys=jde/2 -3
+  ye=ys + 6
+  mtn_ht = 500
+#ifdef MTN
+  DO j=max(ys,jds),min(ye,jde-1)
+  DO i=max(xs,ids),min(xe,ide-1)
+     grid%ht(i,j) = mtn_ht * 0.25 * &
+               ( 1. + COS ( 2*pi/(xe-xs) * ( i-xs ) + pi ) ) * &
+               ( 1. + COS ( 2*pi/(ye-ys) * ( j-ys ) + pi ) )
+  ENDDO
+  ENDDO
+#endif
+#ifdef EW_RIDGE
+  DO j=max(ys,jds),min(ye,jde-1)
+  DO i=ids,ide
+     grid%ht(i,j) = mtn_ht * 0.50 * &
+               ( 1. + COS ( 2*pi/(ye-ys) * ( j-ys ) + pi ) )
+  ENDDO
+  ENDDO
+#endif
+#ifdef NS_RIDGE
+  DO j=jds,jde
+  DO i=max(xs,ids),min(xe,ide-1)
+     grid%ht(i,j) = mtn_ht * 0.50 * &
+               ( 1. + COS ( 2*pi/(xe-xs) * ( i-xs ) + pi ) )
+  ENDDO
+  ENDDO
+#endif
+  DO j=jts,jte
+  DO i=its,ite
+    grid%em_phb(i,1,j) = g * grid%ht(i,j)
+    grid%em_ph0(i,1,j) = g * grid%ht(i,j)
+  ENDDO
+  ENDDO
+
+  DO J = jts, jte
+  DO I = its, ite
+
+    p_surf = interp_0( p_in, zk, grid%em_phb(i,1,j)/g, nl_in )
+    grid%em_mub(i,j) = p_surf-grid%p_top
+
+!  this is dry hydrostatic sounding (base state), so given grid%em_p (coordinate),
+!  interp theta (from interp) and compute 1/rho from eqn. of state
+
+    DO K = 1, kte-1
+      p_level = grid%em_znu(k)*(p_surf - grid%p_top) + grid%p_top
+      grid%em_pb(i,k,j) = p_level
+      grid%em_t_init(i,k,j) = interp_0( theta, p_in, p_level, nl_in ) - t0
+      grid%em_alb(i,k,j) = (r_d/p1000mb)*(grid%em_t_init(i,k,j)+t0)*(grid%em_pb(i,k,j)/p1000mb)**cvpm
+    ENDDO
+
+!  calc hydrostatic balance (alternatively we could interp the geopotential from the
+!  sounding, but this assures that the base state is in exact hydrostatic balance with
+!  respect to the model eqns.
+
+    DO k  = 2,kte
+      grid%em_phb(i,k,j) = grid%em_phb(i,k-1,j) - grid%em_dnw(k-1)*grid%em_mub(i,j)*grid%em_alb(i,k-1,j)
+    ENDDO
+
+  ENDDO
+  ENDDO
+
+  IF ( wrf_dm_on_monitor() ) THEN
+    write(6,*) ' ptop is ',grid%p_top
+    write(6,*) ' base state grid%em_mub(1,1), p_surf is ',grid%em_mub(1,1),grid%em_mub(1,1)+grid%p_top
+  ENDIF
+
+!  calculate full state for each column - this includes moisture.
+
+  write(6,*) ' getting moist sounding for full state '
+  dry_sounding = .false.
+  CALL get_sounding( zk, p_in, pd_in, theta, rho, u, v, qv, dry_sounding, nl_max, nl_in )
+
+  DO J = jts, min(jde-1,jte)
+  DO I = its, min(ide-1,ite)
+
+!  At this point grid%p_top is already set. find the DRY mass in the column 
+!  by interpolating the DRY pressure.  
+
+   pd_surf = interp_0( pd_in, zk, grid%em_phb(i,1,j)/g, nl_in )
+
+!  compute the perturbation mass and the full mass
+
+    grid%em_mu_1(i,j) = pd_surf-grid%p_top - grid%em_mub(i,j)
+    grid%em_mu_2(i,j) = grid%em_mu_1(i,j)
+    grid%em_mu0(i,j) = grid%em_mu_1(i,j) + grid%em_mub(i,j)
+
+! given the dry pressure and coordinate system, interp the potential
+! temperature and qv
+
+    do k=1,kde-1
+
+      p_level = grid%em_znu(k)*(pd_surf - grid%p_top) + grid%p_top
+
+      moist(i,k,j,P_QV) = interp_0( qv, pd_in, p_level, nl_in )
+      grid%em_t_1(i,k,j)          = interp_0( theta, pd_in, p_level, nl_in ) - t0
+      grid%em_t_2(i,k,j)          = grid%em_t_1(i,k,j)
+      
+
+    enddo
+
+!  integrate the hydrostatic equation (from the RHS of the bigstep
+!  vertical momentum equation) down from the top to get grid%em_p.
+!  first from the top of the model to the top pressure
+
+    k = kte-1  ! top level
+
+    qvf1 = 0.5*(moist(i,k,j,P_QV)+moist(i,k,j,P_QV))
+    qvf2 = 1./(1.+qvf1)
+    qvf1 = qvf1*qvf2
+
+!    grid%em_p(i,k,j) = - 0.5*grid%em_mu_1(i,j)/grid%em_rdnw(k)
+    grid%em_p(i,k,j) = - 0.5*(grid%em_mu_1(i,j)+qvf1*grid%em_mub(i,j))/grid%em_rdnw(k)/qvf2
+    qvf = 1. + rvovrd*moist(i,k,j,P_QV)
+    grid%em_alt(i,k,j) = (r_d/p1000mb)*(grid%em_t_1(i,k,j)+t0)*qvf* &
+                (((grid%em_p(i,k,j)+grid%em_pb(i,k,j))/p1000mb)**cvpm)
+    grid%em_al(i,k,j) = grid%em_alt(i,k,j) - grid%em_alb(i,k,j)
+
+!  down the column
+
+    do k=kte-2,1,-1
+      qvf1 = 0.5*(moist(i,k,j,P_QV)+moist(i,k+1,j,P_QV))
+      qvf2 = 1./(1.+qvf1)
+      qvf1 = qvf1*qvf2
+      grid%em_p(i,k,j) = grid%em_p(i,k+1,j) - (grid%em_mu_1(i,j) + qvf1*grid%em_mub(i,j))/qvf2/grid%em_rdn(k+1)
+      qvf = 1. + rvovrd*moist(i,k,j,P_QV)
+      grid%em_alt(i,k,j) = (r_d/p1000mb)*(grid%em_t_1(i,k,j)+t0)*qvf* &
+                  (((grid%em_p(i,k,j)+grid%em_pb(i,k,j))/p1000mb)**cvpm)
+      grid%em_al(i,k,j) = grid%em_alt(i,k,j) - grid%em_alb(i,k,j)
+    enddo
+
+!  this is the hydrostatic equation used in the model after the
+!  small timesteps.  In the model, grid%em_al (inverse density)
+!  is computed from the geopotential.
+
+
+    grid%em_ph_1(i,1,j) = 0.
+    DO k  = 2,kte
+      grid%em_ph_1(i,k,j) = grid%em_ph_1(i,k-1,j) - (1./grid%em_rdnw(k-1))*(       &
+                   (grid%em_mub(i,j)+grid%em_mu_1(i,j))*grid%em_al(i,k-1,j)+ &
+                    grid%em_mu_1(i,j)*grid%em_alb(i,k-1,j)  )
+                                                   
+      grid%em_ph_2(i,k,j) = grid%em_ph_1(i,k,j) 
+      grid%em_ph0(i,k,j) = grid%em_ph_1(i,k,j) + grid%em_phb(i,k,j)
+    ENDDO
+
+    IF ( wrf_dm_on_monitor() ) THEN
+    if((i==2) .and. (j==2)) then
+     write(6,*) ' grid%em_ph_1 calc ',grid%em_ph_1(2,1,2),grid%em_ph_1(2,2,2),&
+                              grid%em_mu_1(2,2)+grid%em_mub(2,2),grid%em_mu_1(2,2), &
+                              grid%em_alb(2,1,2),grid%em_al(1,2,1),grid%em_rdnw(1)
+    endif
+    ENDIF
+
+  ENDDO
+  ENDDO
+
+!#if 0
+
+!  thermal perturbation to kick off convection
+
+  write(6,*) ' nxc, nyc for perturbation ',nxc,nyc
+  write(6,*) ' delt for perturbation ',delt
+
+  DO J = jts, min(jde-1,jte)
+!    yrad = config_flags%dy*float(j-nyc)/10000.
+!! NO FUCKIN' BUBBLE !!
+yrad = 0.
+    DO I = its, min(ide-1,ite)
+!      xrad = config_flags%dx*float(i-nxc)/10000.
+!! NO FUCKIN' BUBBLE !!
+xrad = 0.
+      DO K = 1, kte-1
+
+!  put in preturbation theta (bubble) and recalc density.  note,
+!  the mass in the column is not changing, so when theta changes,
+!  we recompute density and geopotential
+
+!        zrad = 0.5*(grid%em_ph_1(i,k,j)+grid%em_ph_1(i,k+1,j)  &
+!                   +grid%em_phb(i,k,j)+grid%em_phb(i,k+1,j))/g
+!        zrad = (zrad-1500.)/1500.
+!! NO FUCKIN' BUBBLE !!
+zrad = 0.        
+        RAD=SQRT(xrad*xrad+yrad*yrad+zrad*zrad)
+        IF(RAD <= 1.) THEN
+!! NO FUCKIN' BUBBLE !!
+!           grid%em_t_1(i,k,j)=grid%em_t_1(i,k,j)+delt*COS(.5*PI*RAD)**2
+           grid%em_t_2(i,k,j)=grid%em_t_1(i,k,j)
+           qvf = 1. + rvovrd*moist(i,k,j,P_QV)
+           grid%em_alt(i,k,j) = (r_d/p1000mb)*(grid%em_t_1(i,k,j)+t0)*qvf* &
+                        (((grid%em_p(i,k,j)+grid%em_pb(i,k,j))/p1000mb)**cvpm)
+           grid%em_al(i,k,j) = grid%em_alt(i,k,j) - grid%em_alb(i,k,j)
+        ENDIF
+      ENDDO
+
+!  rebalance hydrostatically
+
+      DO k  = 2,kte
+        grid%em_ph_1(i,k,j) = grid%em_ph_1(i,k-1,j) - (1./grid%em_rdnw(k-1))*(       &
+                     (grid%em_mub(i,j)+grid%em_mu_1(i,j))*grid%em_al(i,k-1,j)+ &
+                      grid%em_mu_1(i,j)*grid%em_alb(i,k-1,j)  )
+                                                   
+        grid%em_ph_2(i,k,j) = grid%em_ph_1(i,k,j) 
+        grid%em_ph0(i,k,j) = grid%em_ph_1(i,k,j) + grid%em_phb(i,k,j)
+      ENDDO
+
+    ENDDO
+  ENDDO
+
+!#endif
+
+   IF ( wrf_dm_on_monitor() ) THEN
+   write(6,*) ' grid%em_mu_1 from comp ', grid%em_mu_1(1,1)
+   write(6,*) ' full state sounding from comp, ph, grid%em_p, grid%em_al, grid%em_t_1, qv '
+   do k=1,kde-1
+     write(6,'(i3,1x,5(1x,1pe10.3))') k, grid%em_ph_1(1,k,1)+grid%em_phb(1,k,1), &
+                                      grid%em_p(1,k,1)+grid%em_pb(1,k,1), grid%em_alt(1,k,1), &
+                                      grid%em_t_1(1,k,1)+t0, moist(1,k,1,P_QV)
+   enddo
+
+   write(6,*) ' pert state sounding from comp, grid%em_ph_1, pp, alp, grid%em_t_1, qv '
+   do k=1,kde-1
+     write(6,'(i3,1x,5(1x,1pe10.3))') k, grid%em_ph_1(1,k,1), &
+                                      grid%em_p(1,k,1), grid%em_al(1,k,1), &
+                                      grid%em_t_1(1,k,1), moist(1,k,1,P_QV)
+   enddo
+   ENDIF
+
+! interp v
+
+  DO J = jts, jte
+  DO I = its, min(ide-1,ite)
+
+    IF (j == jds) THEN
+      z_at_v = grid%em_phb(i,1,j)/g
+    ELSE IF (j == jde) THEN
+      z_at_v = grid%em_phb(i,1,j-1)/g
+    ELSE
+      z_at_v = 0.5*(grid%em_phb(i,1,j)+grid%em_phb(i,1,j-1))/g
+    END IF
+    p_surf = interp_0( p_in, zk, z_at_v, nl_in )
+
+    DO K = 1, kte-1
+      p_level = grid%em_znu(k)*(p_surf - grid%p_top) + grid%p_top
+      grid%em_v_1(i,k,j) = interp_0( v, p_in, p_level, nl_in )
+      grid%em_v_2(i,k,j) = grid%em_v_1(i,k,j)
+    ENDDO
+
+  ENDDO
+  ENDDO
+
+! interp u
+
+  DO J = jts, min(jde-1,jte)
+  DO I = its, ite
+
+    IF (i == ids) THEN
+      z_at_u = grid%em_phb(i,1,j)/g
+    ELSE IF (i == ide) THEN
+      z_at_u = grid%em_phb(i-1,1,j)/g
+    ELSE
+      z_at_u = 0.5*(grid%em_phb(i,1,j)+grid%em_phb(i-1,1,j))/g
+    END IF
+
+    p_surf = interp_0( p_in, zk, z_at_u, nl_in )
+
+    DO K = 1, kte-1
+      p_level = grid%em_znu(k)*(p_surf - grid%p_top) + grid%p_top
+      grid%em_u_1(i,k,j) = interp_0( u, p_in, p_level, nl_in )
+      grid%em_u_2(i,k,j) = grid%em_u_1(i,k,j)
+    ENDDO
+
+  ENDDO
+  ENDDO
+
+!  set w
+
+  DO J = jts, min(jde-1,jte)
+  DO K = kts, kte
+  DO I = its, min(ide-1,ite)
+    grid%em_w_1(i,k,j) = 0.
+    grid%em_w_2(i,k,j) = 0.
+  ENDDO
+  ENDDO
+  ENDDO
+
+!  set a few more things
+
+  DO J = jts, min(jde-1,jte)
+  DO K = kts, kte-1
+  DO I = its, min(ide-1,ite)
+    grid%h_diabatic(i,k,j) = 0.
+  ENDDO
+  ENDDO
+  ENDDO
+
+  IF ( wrf_dm_on_monitor() ) THEN
+  DO k=1,kte-1
+    grid%em_t_base(k) = grid%em_t_1(1,k,1)
+    grid%qv_base(k) = moist(1,k,1,P_QV)
+    grid%u_base(k) = grid%em_u_1(1,k,1)
+    grid%v_base(k) = grid%em_v_1(1,k,1)
+    grid%z_base(k) = 0.5*(grid%em_phb(1,k,1)+grid%em_phb(1,k+1,1)+grid%em_ph_1(1,k,1)+grid%em_ph_1(1,k+1,1))/g
+  ENDDO
+  ENDIF
+  CALL wrf_dm_bcast_real( grid%em_t_base , kte )
+  CALL wrf_dm_bcast_real( grid%qv_base , kte )
+  CALL wrf_dm_bcast_real( grid%u_base , kte )
+  CALL wrf_dm_bcast_real( grid%v_base , kte )
+  CALL wrf_dm_bcast_real( grid%z_base , kte )
+
+  DO J = jts, min(jde-1,jte)
+  DO I = its, min(ide-1,ite)
+     thtmp   = grid%em_t_2(i,1,j)+t0
+     ptmp    = grid%em_p(i,1,j)+grid%em_pb(i,1,j)
+     temp(1) = thtmp * (ptmp/p1000mb)**rcp
+     thtmp   = grid%em_t_2(i,2,j)+t0
+     ptmp    = grid%em_p(i,2,j)+grid%em_pb(i,2,j)
+     temp(2) = thtmp * (ptmp/p1000mb)**rcp
+     thtmp   = grid%em_t_2(i,3,j)+t0
+     ptmp    = grid%em_p(i,3,j)+grid%em_pb(i,3,j)
+     temp(3) = thtmp * (ptmp/p1000mb)**rcp
+
+!!MARS
+!     grid%tsk(I,J)=grid%cf1*temp(1)+grid%cf2*temp(2)+grid%cf3*temp(3)
+     grid%tmn(I,J)=grid%tsk(I,J)-0.5
+!!!MARS
+!!TODO: passer la valeur a partir des donnees
+!grid%mars_tsoil(I,:,J)=grid%tsk(I,J)
+!!!MARS
+  ENDDO
+  ENDDO
+
+ END SUBROUTINE init_domain_rk
+
+   SUBROUTINE init_module_initialize
+   END SUBROUTINE init_module_initialize
+
+!---------------------------------------------------------------------
+
+!  test driver for get_sounding
+!
+!      implicit none
+!      integer n
+!      parameter(n = 1000)
+!      real zk(n),p(n),theta(n),rho(n),u(n),v(n),qv(n),pd(n)
+!      logical dry
+!      integer nl,k
+!
+!      dry = .false.
+!      dry = .true.
+!      call get_sounding( zk, p, pd, theta, rho, u, v, qv, dry, n, nl )
+!      write(6,*) ' input levels ',nl
+!      write(6,*) ' sounding '
+!      write(6,*) '  k  height(m)  press (Pa) pd(Pa) theta (K) den(kg/m^3)  u(m/s)     v(m/s)    qv(g/g) '
+!      do k=1,nl
+!        write(6,'(1x,i3,8(1x,1pe10.3))') k, zk(k), p(k), pd(k), theta(k), rho(k), u(k), v(k), qv(k)
+!      enddo
+!      end
+!
+!---------------------------------------------------------------------------
+
+      subroutine get_sounding( zk, p, p_dry, theta, rho, &
+                               u, v, qv, dry, nl_max, nl_in )
+      implicit none
+
+      integer nl_max, nl_in
+      real zk(nl_max), p(nl_max), theta(nl_max), rho(nl_max), &
+           u(nl_max), v(nl_max), qv(nl_max), p_dry(nl_max)
+      logical dry
+
+      integer n
+      parameter(n=1000)
+      logical debug
+      parameter( debug = .true.)
+
+! input sounding data
+
+      real p_surf, th_surf, qv_surf
+      real pi_surf, pi(n)
+      real h_input(n), th_input(n), qv_input(n), u_input(n), v_input(n)
+
+      !! special MARS
+      real r_input(n)
+      real cp_input(n)
+      real cv_input(n)
+      real cvpm_input(n)
+      real pfile_input(n)
+      real t_input(n)
+      real rhofile_input(n)
+      !! special MARS
+
+! diagnostics
+
+      real rho_surf, p_input(n), rho_input(n)
+      real pm_input(n)  !  this are for full moist sounding
+
+! local data
+
+      real p1000mb,cv,cp,r,cvpm,g
+!      parameter (p1000mb = 1.e+05, r = 287, cp = 1003., cv = cp-r, cvpm = -cv/cp, g=9.81 )
+      parameter (p1000mb = 610., r = 192., cp = 844.6, cv = cp-r, cvpm = -cv/cp, g=3.72)
+      integer k, it, nl
+      real qvf, qvf1, dz
+
+!  first, read the sounding
+
+      call read_sounding( p_surf, th_surf, qv_surf, &
+                          h_input, th_input, qv_input, u_input, v_input, r_input, cp_input, pfile_input, t_input, rhofile_input, n, nl, debug )
+
+
+      !! special MARS
+      do k=1,nl
+        cv_input(k) = cp_input(k) - r_input(k)
+        cvpm_input(k) = - cv_input(k) / cp_input(k)
+      enddo
+      !! special MARS
+
+      if(dry) then
+       do k=1,nl
+         qv_input(k) = 0.
+       enddo
+      endif
+
+      if(debug) write(6,*) ' number of input levels = ',nl
+
+        nl_in = nl
+        if(nl_in .gt. nl_max ) then
+          write(6,*) ' too many levels for input arrays ',nl_in,nl_max
+          call wrf_error_fatal ( ' too many levels for input arrays ' )
+        end if
+
+!  compute diagnostics,
+!  first, convert qv(g/kg) to qv(g/g)
+
+      do k=1,nl
+        qv_input(k) = 0.001*qv_input(k)
+      enddo
+
+      p_surf = 100.*p_surf  ! convert to pascals
+      qvf = 1. + rvovrd*qv_input(1) 
+!      rho_surf = 1./((r/p1000mb)*th_surf*qvf*((p_surf/p1000mb)**cvpm))
+!      pi_surf = (p_surf/p1000mb)**(r/cp)
+      rho_surf =  1./((r_input(1)/p1000mb)*th_surf*qvf*((p_surf/p1000mb)**cvpm_input(1)))
+      pi_surf = (p_surf/p1000mb)**(r_input(1)/cp_input(1))
+
+
+      if(debug) then
+        write(6,*) ' surface density is ',rho_surf
+        write(6,*) ' surface pi is      ',pi_surf
+      end if
+
+
+!  integrate moist sounding hydrostatically, starting from the
+!  specified surface pressure
+!  -> first, integrate from surface to lowest level
+
+          qvf = 1. + rvovrd*qv_input(1) 
+          qvf1 = 1. + qv_input(1)
+          rho_input(1) = rho_surf
+          dz = h_input(1)
+          do it=1,10
+!!MARS MARS
+            pm_input(1) = p_surf !&
+!                    - 0.5*dz*(rho_surf+rho_input(1))*g*qvf1
+!            rho_input(1) = 1./((r/p1000mb)*th_input(1)*qvf*((pm_input(1)/p1000mb)**cvpm))
+!! special MARS
+             rho_input(1) = 1./((r_input(1)/p1000mb)*th_input(1)*qvf*((pm_input(1)/p1000mb)**cvpm_input(1)))
+          enddo
+
+! integrate up the column
+
+          do k=2,nl
+            rho_input(k) = rho_input(k-1)
+!            dz = h_input(k)-h_input(k-1)
+! special MARS
+            dz = r_input(k) * t_input(k) * (- p_input(k) + p_input(k-1)) / p_input(k) / g
+!            dz = - cp_input(k) * (- t_input(k) + t_input(k-1)) / g
+            qvf1 = 0.5*(2.+(qv_input(k-1)+qv_input(k)))
+            qvf = 1. + rvovrd*qv_input(k)   ! qv is in g/kg here
+ 
+            do it=1,10
+              pm_input(k) = pm_input(k-1) &
+                      - 0.5*dz*(rho_input(k)+rho_input(k-1))*g*qvf1
+!              rho_input(k) = 1./((r/p1000mb)*th_input(k)*qvf*((pm_input(k)/p1000mb)**cvpm))
+!! special MARS
+              rho_input(k) = 1./((r_input(k)/p1000mb)*th_input(k)*qvf*((pm_input(k)/p1000mb)**cvpm_input(k)))
+              !!
+      print *, p_input(k), pm_input(k), ((r_input(k)/p1000mb)*th_input(k)*qvf*((pm_input(k)/p1000mb)**cvpm_input(k))), k          
+            enddo
+          enddo
+
+!  we have the moist sounding
+
+!  next, compute the dry sounding using p at the highest level from the
+!  moist sounding and integrating down.
+
+        p_input(nl) = pm_input(nl)
+
+          do k=nl-1,1,-1
+            dz = h_input(k+1)-h_input(k)
+            p_input(k) = p_input(k+1) + 0.5*dz*(rho_input(k)+rho_input(k+1))*g
+          enddo
+
+
+        do k=1,nl
+
+          zk(k) = h_input(k)
+          !p(k) = pm_input(k)
+          !p_dry(k) = p_input(k)
+          p(k) = pfile_input(k)
+          p_dry(k) = pfile_input(k)
+          theta(k) = th_input(k)
+          !rho(k) = rho_input(k)
+          rho(k) = rhofile_input(k)
+          u(k) = u_input(k)
+          v(k) = v_input(k)
+          qv(k) = qv_input(k)
+
+        enddo
+
+     if(debug) then
+      write(6,*) ' sounding '
+      write(6,*) '  k  height(m)  press (Pa) pd(Pa) theta (K) den(kg/m^3)  u(m/s)     v(m/s)    qv(g/g) '
+      do k=1,nl
+        write(6,'(1x,i3,8(1x,1pe10.3))') k, zk(k), p(k), p_dry(k), theta(k), rho(k), u(k), v(k), qv(k)
+      enddo
+
+     end if
+
+      end subroutine get_sounding
+
+!-------------------------------------------------------
+
+      subroutine read_sounding( ps,ts,qvs,h,th,qv,u,v,r,cp,p,t,rho,n,nl,debug )
+      implicit none
+      integer n,nl
+      real ps,ts,qvs,h(n),th(n),qv(n),u(n),v(n),r(n),cp(n),p(n),t(n),rho(n) 
+      logical end_of_file
+      logical debug
+
+      integer k
+
+      open(unit=10,file='input_sounding',form='formatted',status='old')
+      rewind(10)
+      read(10,*) ps, ts, qvs
+      if(debug) then
+        write(6,*) ' input sounding surface parameters '
+        write(6,*) ' surface pressure (mb) ',ps
+        write(6,*) ' surface pot. temp (K) ',ts
+        write(6,*) ' surface mixing ratio (g/kg) ',qvs
+      end if
+
+      end_of_file = .false.
+      k = 0
+
+      do while (.not. end_of_file)
+
+        read(10,*,end=100) h(k+1), th(k+1), qv(k+1), u(k+1), v(k+1)
+        k = k+1
+        if(debug) write(6,'(1x,i3,5(1x,e10.3))') k, h(k), th(k), qv(k), u(k), v(k)
+        go to 110
+ 100    end_of_file = .true.
+ 110    continue
+      enddo
+
+
+      !!! special MARS
+      open(unit=11,file='input_therm',form='formatted',status='old')
+      rewind(11)
+      end_of_file = .false.
+      k = 0
+      do while (.not. end_of_file)
+
+        read(11,*,end=101) r(k+1), cp(k+1), p(k+1), rho(k+1), t(k+1) 
+        write(*,*) k, r(k+1), cp(k+1), p(k+1), rho(k+1), t(k+1)
+        k = k+1
+        go to 112
+ 101    end_of_file = .true.
+ 112    continue
+      enddo
+      !!! special MARS
+
+
+
+      nl = k
+
+      close(unit=10,status = 'keep')
+
+      end subroutine read_sounding
+
+END MODULE module_initialize
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/estimations
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/estimations	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/estimations	(revision 1185)
@@ -0,0 +1,4 @@
+\item (base) 64 bits, 1 processeur, domaine 50x50x50, résolution 7 km, sans traceurs : 0.4 h/jour.
+\item (traceurs) 64 bits, 4 processeurs, domaine 201x201x61, résolution 20km, 2 traceurs : 8 h/jour.
+\item (domaines emboîtés) 64 bits, 4 processeurs, 3 domaines 155x155x61, résolutions 36 km, 9 km, 2 km, sans traceurs : 20 h/jour.
+\item (LES) 64 bits, 1 processeur, domaine 150x150x71, résolution 100 m, sans traceurs :  11 h/h.
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_ideal.txt
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_ideal.txt	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_ideal.txt	(revision 1185)
@@ -0,0 +1,4 @@
+jusque 201 OK avec ideal.exe sequentiel
+ensuite il vaut mieux utiliser
+mpirun -n 4 ideal.exe
+le MP_STACK_SIZE est dans le bashrc
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.les
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.les	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.les	(revision 1185)
@@ -0,0 +1,68 @@
+####################################################################
+# @ job_name		=	LMD_LES_MARS
+# @ job_type            =       MPICH
+# @ total_tasks         =       8
+# @ class               =       AP
+# @ environment         =       real=0;tmpdir=$(job_name).$(jobid).results
+####################################################################
+####################################################################
+####################################################################
+# @ output 		= 	$(job_name).$(jobid)
+# @ error 		= 	$(output)
+# @ blocking 		= 	unlimited
+# @ notification 	= 	never
+# @ queue
+grep "^# @" $0
+set -vx
+####################################################################
+mkdir $LOADL_STEP_INITDIR/${tmpdir}
+cd $LOADL_STEP_INITDIR/${tmpdir}
+####################################################################
+ln -sf $LOADL_STEP_INITDIR/*.exe .
+ln -sf $LOADL_STEP_INITDIR/*.def .
+ln -sf $LOADL_STEP_INITDIR/namelist.* .
+ln -sf $LOADL_STEP_INITDIR/wrfi* .   ### executer sur la frontale
+                                     ### au prealable !!!   
+####################################################################
+if [[ "${real}" == "0" ]]
+then
+  ln -sf $LOADL_STEP_INITDIR/input_* .
+else
+  ln -sf $LOADL_STEP_INITDIR/wrfb* .
+fi
+####################################################################
+declare -x MP_STACK_SIZE=640000000
+mpirun wrf.exe
+####################################################################
+####################################################################
+####################################################################
+
+
+
+####################################################################
+## @ total_tasks =16   ## ne fonctionne pas avec 241 points
+## @ total_tasks =20  ## semble mieux fonctionner... bof
+## @ total_tasks =24  ## il y a un souci a l'interface
+
+
+####################################################################
+####################################################################
+###############NE MARCHE PAS AVEC LES GRANDS DOMAINES ##############
+####################################################################
+####################################################################
+#echo "#! /bin/bash"                        > script
+#echo "ulimit -s unlimited"                >> script
+#echo "./ideal.exe"                        >> script
+#echo "mv rsl.out.0000 ideal_rsl.out.0000" >> script
+#chmod 755 script
+#mpirun ./script
+#\rm script
+####################################################################
+##declare -x MP_STACK_SIZE=64000000
+##mpirun ideal.exe      ### PB: ideal.exe est limite a un moment
+##                      ### mais mpirun ideal.exe donne des instabilites
+##ulimit -s unlimited   ### ne resout pas PB... ok 145 pas ok 201
+##./ideal.exe
+##mpirun "ulimit -s unlimited ; ./ideal.exe"
+##mv rsl.out.0000 ideal_rsl.out.0000
+####################################################################
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso	(revision 1185)
@@ -0,0 +1,30 @@
+# @ job_name=LMD_MM_MARS
+# @ output = $(job_name).$(jobid)
+# @ error = $(output)
+# @ job_type = MPICH
+# @ total_tasks=32
+## @ total_tasks=24
+## @ total_tasks =16
+## @ total_tasks =8
+## @ total_tasks =4
+# @ blocking = unlimited
+# @ class =AP
+## @ class =BP
+## @ class =CP
+# @ environment=tmpdir=$(job_name).$(jobid).results
+# @ notification = never
+# @ queue
+grep "^# @" $0
+set -vx
+####################################################################
+mkdir $LOADL_STEP_INITDIR/${tmpdir}
+cd $LOADL_STEP_INITDIR/${tmpdir}
+####################################################################
+ln -sf  $LOADL_STEP_INITDIR/*.def      .
+ln -sf  $LOADL_STEP_INITDIR/wrfb*      .
+ln -sf  $LOADL_STEP_INITDIR/wrfi*      .
+ln -sf  $LOADL_STEP_INITDIR/namelist*  .
+declare -x MP_STACK_SIZE=64000000 
+ln -sf /san/home/spiga/trunk//mesoscale/LMD_MM_MARS/newphys_mpifort_64/wrf_x241_y241_z61_d1_t4_p32.exe wrf.exe
+mpirun wrf.exe
+####################################################################
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso.ideal.mpich
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso.ideal.mpich	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso.ideal.mpich	(revision 1185)
@@ -0,0 +1,32 @@
+# @ job_name=GW_MARS
+# @ output = $(job_name).$(jobid)
+# @ error = $(output)
+# @ job_type = MPICH
+# @ total_tasks =24
+## @ total_tasks =16
+## @ total_tasks =8
+## @ total_tasks =4
+# @ blocking = unlimited
+# @ class =AP
+## @ class =BP
+## @ class =CP
+# @ environment=tmpdir=$(job_name).$(jobid).results
+# @ queue
+grep "^# @" $0
+set -vx
+####################################################################
+mkdir $LOADL_STEP_INITDIR/${tmpdir}
+\rm GW_MARS_last
+cd $LOADL_STEP_INITDIR
+ln -sf ${tmpdir} GW_MARS_last
+cd ${tmpdir}
+####################################################################
+cp      $LOADL_STEP_INITDIR/*.def      .
+cp      $LOADL_STEP_INITDIR/wrf*       .
+cp      $LOADL_STEP_INITDIR/namelist*  .
+cp      $LOADL_STEP_INITDIR/levels     .
+cp      $LOADL_STEP_INITDIR/input_*    .
+cp      $LOADL_STEP_INITDIR/ze_hill    .
+declare -x MP_STACK_SIZE=64000000
+mpirun /san/home/spiga/trunk//mesoscale//LMD_MM_MARS/mpifort_64/wrf_x121_y121_z181_d1_t1_p24.exe
+####################################################################
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso.ideal.seq
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso.ideal.seq	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnome.sav/gnome_launch.meso.ideal.seq	(revision 1185)
@@ -0,0 +1,24 @@
+# @ job_name=GW_MARS
+# @ output = $(job_name).$(jobid)
+# @ error = $(output)
+# @ job_type = serial
+# @ class = A
+# @ environment=tmpdir=$(job_name).$(jobid).results
+## @ resources = ConsumableCpus(1)ConsumableMemory(24gb)
+# @ queue
+grep "^# @" $0
+set -vx
+####################################################################
+mkdir $LOADL_STEP_INITDIR/${tmpdir}
+cd $LOADL_STEP_INITDIR/${tmpdir}
+####################################################################
+ln -sf  $LOADL_STEP_INITDIR/*.exe      .
+cp      $LOADL_STEP_INITDIR/*.def      .
+#cp      $LOADL_STEP_INITDIR/wrf*       .
+cp      $LOADL_STEP_INITDIR/namelist*  .
+cp      $LOADL_STEP_INITDIR/levels     .
+cp      $LOADL_STEP_INITDIR/input_*    .
+cp      $LOADL_STEP_INITDIR/ze_hill    .
+./ideal.exe > log_ideal 
+./wrf.exe > log_wrf
+####################################################################
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64.configure
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64.configure	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64.configure	(revision 1185)
@@ -0,0 +1,4 @@
+  14.  PC Linux x86_64 (IA64 and AMD Opteron), GNU Fortran compiler, DM-Parallel  (RSL, MPICH, Allows nesting)
+  15.  PC Linux x86_64 (IA64 and Opteron), GNU Fortran compiler   (Single-threaded, RSL, Allows nesting)
+  16.  PC Linux x86_64 (IA64 and Opteron), GNU Fortran compiler  DM-Parallel (RSL_LITE, OpenMPI, Allows nesting)
+
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64.configure.wrf
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64.configure.wrf	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64.configure.wrf	(revision 1185)
@@ -0,0 +1,256 @@
+# configure.wrf
+#
+# This file was automatically generated by the configure script in the
+# top level directory. You may make changes to the settings in this
+# file but be aware they will be overwritten each time you run configure.
+# Ordinarily, it is necessary to run configure once, when the code is
+# first installed.
+#
+# To permanently change options, change the settings for your platform
+# in the file arch/configure.defaults then rerun configure.
+#
+SHELL           =       /bin/sh
+DEVTOP          =       `pwd`
+LIBINCLUDE      =       .
+.SUFFIXES: .F .i .o .f90 .c
+
+#### Get core settings from environment (set in compile script)
+#### Note to add a core, this has to be added to.
+
+COREDEFS = -DEM_CORE=$(WRF_EM_CORE) \
+           -DNMM_CORE=$(WRF_NMM_CORE) -DNMM_MAX_DIM=2600 \
+	   -DCOAMPS_CORE=$(WRF_COAMPS_CORE) \
+           -DEXP_CORE=$(WRF_EXP_CORE)
+
+#### Single location for defining total number of domains.  You need
+#### at least 1 + 2*(number of total nests).  For example, 1 coarse
+#### grid + three fine grids = 1 + 2(3) = 7, so MAX_DOMAINS=7.
+
+MAX_DOMAINS	=	21
+
+#### DM buffer length for the configuration flags.
+
+CONFIG_BUF_LEN	=	16384
+
+
+##############################################################################
+#### The settings in this section are defaults that may be overridden by the 
+#### architecture-specific settings in the next section.  
+##############################################################################
+
+##############################################################################
+#### NOTE:  Do not modify these default values here.  To override these 
+####        values, make changes after "Architecture specific settings".  
+##############################################################################
+
+#### Native size (in bytes) of Fortran REAL data type on this architecture ####
+#### Note:  to change real wordsize (for example, to promote REALs from 
+####        4-byte to 8-byte), modify the definition of RWORDSIZE in the 
+####        section following "Architecture specific settings".  Do not 
+####        change NATIVE_RWORDSIZE as is it architecture-specific.  
+NATIVE_RWORDSIZE = 4
+
+#### Default sed command and script for Fortran source files ####
+SED_FTN = sed -f ../arch/standard.sed
+
+# Hack to work around $(PWD) not changing during OSF1 build.  
+# $(IO_GRIB_SHARE_DIR) is reset during the OSF1 build only.  
+IO_GRIB_SHARE_DIR = 
+
+#### ESMF switches                 ####
+#### These are set up by Config.pl ####
+# switch to use separately installed ESMF library for coupling:  1==true
+ESMF_COUPLING       = 0
+# select dependences on module_utility.o
+ESMF_MOD_DEPENDENCE = ../external/esmf_time_f90/module_utility.o
+# select -I options for separately installed ESMF library, if present
+ESMF_MOD_INC        = 
+# select -I options for external/io_esmf vs. external/esmf_time_f90
+ESMF_IO_INC         = -I../external/esmf_time_f90
+# select cpp token for external/io_esmf vs. external/esmf_time_f90
+ESMF_IO_DEFS        = 
+# select build target for external/io_esmf vs. external/esmf_time_f90
+ESMF_TARGET         = esmf_time
+
+##############################################################################
+
+
+#### Architecture specific settings ####
+
+# Settings for PC Linux x86_64 (IA64 and Opteron), GNU Fortran compiler   (Single-threaded, RSL, Allows nesting)
+#
+DMPARALLEL      =       1
+MAX_PROC        =       1024
+FC              =       gfortran
+LD              =       gfortran
+CC              =       gcc -DFSEEKO64_OK 
+SCC		=	$(CC)
+SFC             =       gfortran
+RWORDSIZE       =       $(NATIVE_RWORDSIZE)
+FCOPTIM		=       #-O3 -funroll-loops #-ftree-vectorize -ftree-loop-linear
+FCDEBUG		=	#-g
+FCBASEOPTS      =       -fno-second-underscore -w $(FCDEBUG) -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4
+FCFLAGS         =       $(FCOPTIM) $(FCBASEOPTS)
+ARCHFLAGS       =       -DGRIB1 -DINTIO -DWRF_RSL_IO -DRSL -DDM_PARALLEL \
+                        -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=4 -DNETCDF \
+			-DLIMIT_ARGS -DSTUBMPI
+PROMOTION	=
+CFLAGS          =       -DLANDREADSTUB -DDM_PARALLEL -DWRF_RSL_IO \
+                        -DMAXDOM_MAKE=$(MAX_DOMAINS) -DMAXPROC_MAKE=$(MAX_PROC) -I../external/RSL/RSL $(ARCHFLAGS)
+# machine-specific flags needed to link in ESMF library (C++ run-time-library, etc.)
+ESMF_LIB_FLAGS  =       
+ESMF_IO_LIB     =       -L../external/esmf_time_f90 -lesmf_time
+ESMF_IO_LIB_EXT =       -L../../external/esmf_time_f90 -lesmf_time
+INCLUDE_MODULES =       -J../main -I../main -I../external/io_netcdf -I../external/io_int -I../external/esmf_time_f90 \
+                        -I../external -I../frame -I../share -I../phys -I../chem -I../inc
+PERL            =       perl
+REGISTRY        =       Registry
+LIB             =       -L../external/io_netcdf -lwrfio_nf -L/donnees/aslmd/MODELES/NETCDF/gfortran_64/netcdf-3.6.1//lib -lnetcdf -L../external/RSL/RSL -lrsl \
+                        -L../external/io_grib1 -lio_grib1 \
+			-L../external/io_int -lwrfio_int \
+			-L../external/io_grib_share -lio_grib_share \
+			../frame/module_internal_header_util.o ../frame/pack_utils.o -L../external/esmf_time_f90 -lesmf_time -L../mars_lmd/libo -llmd /donnees/aslmd/MODELES/NETCDF/gfortran_64/netcdf-3.6.1//lib/libnetcdf.a 
+LDFLAGS         =       $(FCFLAGS)  -fconvert=big-endian
+ENVCOMPDEFS	=	
+WRF_CHEM	=	0 
+CPP             =       /lib/cpp -C -P -traditional
+POUND_DEF	=	-DNO_RRTM_PHYSICS  $(COREDEFS) -DNONSTANDARD_SYSTEM -DCONFIG_BUF_LEN=$(CONFIG_BUF_LEN) -DMAX_DOMAINS_F=$(MAX_DOMAINS)
+CPPFLAGS        =       -I$(LIBINCLUDE) -C -P $(ARCHFLAGS) -I../external/RSL/RSL -C -P `cat ../inc/dm_comm_cpp_flags` $(ENVCOMPDEFS) $(POUND_DEF)
+AR              =       ar ru
+M4              =       m4 -B 14000
+RANLIB          =       ranlib
+NETCDFPATH	=	/donnees/aslmd/MODELES/NETCDF/gfortran_64/netcdf-3.6.1/
+CC_TOOLS        =       cc
+
+externals : wrf_ioapi_includes wrfio_nf wrfio_grib_share wrfio_grib1 ../external/RSL/RSL/librsl.a wrfio_int gen_comms.c module_dm.F esmf_time
+
+gen_comms.c : ../external/RSL/gen_comms.c
+	( /bin/cp ../tools/gen_comms_warning ../tools/gen_comms.c ; \
+          cat ../external/RSL/gen_comms.c >> ../tools/gen_comms.c )
+
+module_dm.F : ../external/RSL/module_dm.F
+	( /bin/cp module_dm_warning module_dm.F ; cat ../external/RSL/module_dm.F >> module_dm.F )
+
+wrfio_nf : 
+	( cd ../external/io_netcdf ; \
+	  make NETCDFPATH=/donnees/aslmd/MODELES/NETCDF/gfortran_64/netcdf-3.6.1/ RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(FC) $(PROMOTION) $(FCFLAGS) -w" TRADFLAG="-traditional" )
+
+wrfio_grib_share :
+	( cd ../external/io_grib_share ; \
+          make CC="$(SCC)" CFLAGS="$(CFLAGS)" RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
+
+wrfio_grib1 :
+	( cd ../external/io_grib1 ; \
+          make CC="$(SCC)" CFLAGS="$(CFLAGS)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" archive)
+
+wrfio_grib2 :
+	( cd ../external/io_grib2 ; \
+          make CC="$(SCC)" CFLAGS="$(CFLAGS) " RM="$(RM)" RANLIB="$(RANLIB)" CPP="$(CPP)" FC="$(SFC) $(PROMOTION) -I. $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" FIXED="-Mfixed" archive)
+
+wrfio_int : 
+	( cd ../external/io_int ; \
+          make CC="$(CC)" RANLIB="$(RANLIB)" CPP="$(CPP)" SFC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" FC="$(SFC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS) -w" TRADFLAG="-traditional" all )
+
+esmf_time : 
+	( cd ../external/esmf_time_f90 ; \
+	  make FC="$(FC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS)" RANLIB="$(RANLIB)" CPP="$(CPP) -I../../inc -I. $(POUND_DEF)" )
+
+../external/RSL/RSL/librsl.a :
+	( cd ../external/RSL/RSL ; make CC="$(CC)" CFLAGS='-DSTUBS' FC="$(FC) $(PROMOTION)" FFLAGS='' MAX_DOMAINS=$(MAX_DOMAINS) MAX_PROC=$(MAX_PROC) LEARN_BCAST=-DLEARN_BCAST stub )
+
+# compile these without high optimization to speed compile
+solve_interface.o : solve_interface.F
+shift_domain_em.o : shift_domain_em.F
+module_io_mm5.o : module_io_mm5.F
+module_si_io.o : module_si_io.F
+module_io_wrf.o : module_io_wrf.F
+module_domain.o : module_domain.F
+module_start.o : module_start.F
+module_initialize.o : module_initialize.F
+module_initialize_b_wave.o : module_initialize_b_wave.F
+module_initialize_hill2d_x.o : module_initialize_hill2d_x.F
+module_initialize_quarter_ss.o : module_initialize_quarter_ss.F
+module_initialize_squall2d_x.o : module_initialize_squall2d_x.F
+module_initialize_squall2d_y.o : module_initialize_squall2d_y.F
+module_initialize_real.o : module_initialize_real.F
+module_dm.o : module_dm.F
+start_domain.o : start_domain.F
+mediation_integrate.o : mediation_integrate.F
+module_configure.o : module_configure.F
+
+solve_interface.o                                              \
+shift_domain_em.o                                              \
+module_io_mm5.o module_si_io.o module_io_wrf.o module_domain.o \
+module_start.o module_initialize.o module_initialize_b_wave.o  \
+module_initialize_hill2d_x.o module_initialize_quarter_ss.o    \
+module_initialize_squall2d_x.o module_initialize_squall2d_y.o  \
+module_configure.o                                             \
+mediation_integrate.o \
+module_initialize_real.o module_dm.o start_domain.o :
+	$(RM) $@
+	$(SED_FTN) $*.F > $*.b 
+	$(CPP) -I../inc $(CPPFLAGS) $*.b  > $*.f90
+	$(RM) $*.b
+	$(FC) -c $(PROMOTION) $(FCBASEOPTS) $(MODULE_DIRS) $*.f90
+
+
+###########################################################
+
+# These sub-directory builds are identical across all architectures
+wrfio_esmf :
+	( cd ../external/io_esmf ; \
+	make FC="$(FC) $(PROMOTION) $(FCDEBUG) $(FCBASEOPTS) $(ESMF_MOD_INC)" RANLIB="$(RANLIB)" CPP="$(CPP) $(POUND_DEF) " )
+
+
+#
+#	Macros, these should be generic for all machines
+
+LN	=	ln -sf
+MAKE	=	make -i -r
+RM	= 	rm -f
+
+#	There is probably no reason to modify these rules
+
+wrf_ioapi_includes :
+	( cd ../external/ioapi_share ; \
+	$(MAKE) NATIVE_RWORDSIZE="$(NATIVE_RWORDSIZE)" RWORDSIZE="$(RWORDSIZE)" )
+
+.F.i:
+	$(RM) $@
+	$(CPP) -I../inc $(CPPFLAGS) $*.F > $@
+	mv $*.i $(DEVTOP)/pick/$*.f90
+	cp $*.F $(DEVTOP)/pick
+
+.F.o:
+	$(RM) $@
+	$(SED_FTN) $*.F > $*.b 
+	$(CPP) -I../inc $(CPPFLAGS) $*.b  > $*.f90
+	$(RM) $*.b
+	$(FC) -c $(FCFLAGS) $(MODULE_DIRS) $(PROMOTION) $(FCSUFFIX) $*.f90
+#PGI	if [ ! -e $@ ] ; then \
+#PGI	sleep 10 ; $(FC) -c $(FCFLAGS) $(MODULE_DIRS) $(PROMOTION) $(FCSUFFIX) $*.f90 ; \
+#PGI	fi
+#PGI	if [ ! -e $@ ] ; then \
+#PGI	sleep 10 ; $(FC) -c $(FCFLAGS) $(MODULE_DIRS) $(PROMOTION) $(FCSUFFIX) $*.f90 ; \
+#PGI	fi
+
+.F.f90:
+	$(RM) $@
+	$(SED_FTN) $*.F > $*.b 
+	$(CPP) -I../inc $(CPPFLAGS) $*.b  > $@
+	$(RM) $*.b
+
+.f90.o:
+	$(RM) $@
+	$(FC) -c $(FCFLAGS) $(PROMOTION) $(FCSUFFIX) $*.f90
+#PGI	if [ ! -e $@ ] ; then \
+#PGI	sleep 10 ; $(FC) -c $(FCFLAGS) $(PROMOTION) $(FCSUFFIX) $*.f90 ; \
+#PGI	fi
+#PGI	if [ ! -e $@ ] ; then \
+#PGI	sleep 10 ; $(FC) -c $(FCFLAGS) $(PROMOTION) $(FCSUFFIX) $*.f90 ; \
+#PGI	fi
+
+.c.o:
+	$(RM) $@
+	$(CC) -c $(CFLAGS) $*.c
+
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64_single.txt
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64_single.txt	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/gnu_64_single.txt	(revision 1185)
@@ -0,0 +1,53 @@
+gnu simple en 64 bits sur huchard, etc...
+-------------------
+
+choix 99 de makemeso pour le moment
+
+
+**** segmentation fault dans le cas de la montagne 2D ****
+
+
+
+autre possibilite: essayer les librairies NETCDF4.0 d'Ehouarn
+
+
+essai sans O3
+NB: on a juste a modifier SRC/WRFV2/configure.defaults.gfortran64
+>>> NE REGLE PAS LE PB
+
+
+IL Y A UN PROBLEME AVEC LES VALEURS CALCULEES...
+ou: Floating exception sur auric
+
+
+../mars_lmd/libo/liblmd.a(physdem1.o): In function `physdem1_':
+physdem1.F:(.text+0x6bb): undefined reference to `nf_put_var_real_'
+physdem1.F:(.text+0x74a): undefined reference to `nf_put_var_real_'
+physdem1.F:(.text+0x7d9): undefined reference to `nf_put_var_real_'
+physdem1.F:(.text+0x868): undefined reference to `nf_put_var_real_'
+physdem1.F:(.text+0x8f7): undefined reference to `nf_put_var_real_'
+../mars_lmd/libo/liblmd.a(physdem1.o):physdem1.F:(.text+0x986): more undefined
+references to `nf_put_var_real_' follow
+../mars_lmd/libo/liblmd.a(meso_readtesassim.o): In function
+`meso_readtesassim_':
+meso_readtesassim.F90:(.text+0x1224): undefined reference to
+`nf_get_var_real_'
+meso_readtesassim.F90:(.text+0x14cc): undefined reference to
+`nf_get_var_real_'
+meso_readtesassim.F90:(.text+0x179a): undefined reference to
+`nf_get_var_real_'
+meso_readtesassim.F90:(.text+0x17dd): undefined reference to
+`nf_get_var_real_'
+../mars_lmd/libo/liblmd.a(readtesassim.o): In function `readtesassim_':
+readtesassim.F90:(.text+0x11ec): undefined reference to `nf_get_var_real_'
+../mars_lmd/libo/liblmd.a(readtesassim.o):readtesassim.F90:(.text+0x121b):
+more undefined references to `nf_get_var_real_' follow
+collect2: ld returned 1 exit status
+make[1]: [em_wrf] Error 1 (ignored)
+
+
+>>>> corrige en ajoutant dans makemeso
+
+                       sed s+"-L../mars_lmd/libo -llmd"+"-L../mars_lmd/libo
+-llmd $NETCDF/lib/libnetcdf.a"+g configure.wrf > yeah ; mv -f yeah
+configure.wrf ;;
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/meso_readtesassim.F90
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/meso_readtesassim.F90	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/meso_readtesassim.F90	(revision 1185)
@@ -0,0 +1,297 @@
+subroutine readtesassim(ngrid,nlayer,zday,pplev,tauref)
+
+! Reading of the dust assimilation file
+
+implicit none
+
+#include "dimensions.h"
+#include "dimphys.h"
+#include "comgeomfi.h"
+#include "netcdf.inc"
+#include "datafile.h"
+#include "callkeys.h"
+
+integer, intent(in) :: ngrid,nlayer
+real, intent(in) :: zday ! date in martian days
+real, dimension(ngrid,nlayer+1), intent(in) :: pplev
+real, dimension(ngrid), intent(out) :: tauref
+
+! Local variables
+
+real :: realday
+integer nid,nvarid,ierr
+integer ltloop,lsloop,iloop,jloop,varloop,ig
+real, dimension(2) :: taubuf
+real tau1(4),tau
+real alt(4)
+integer latp(4),lonp(4)
+integer yinf,ysup,xinf,xsup,tinf,tsup
+real latinf,latsup,loninf,lonsup
+real latintmp,lonintmp,latdeg,londeg
+real colat,dlat,dlon,colattmp
+logical, save :: firstcall=.true.
+logical :: timeflag
+real,save :: radeg,pi
+integer :: timedim,londim,latdim
+real, dimension(:), allocatable, save :: lat,lon,time
+real, dimension(:,:,:), allocatable, save :: tautes
+integer, save :: timelen,lonlen,latlen
+character(len=33) :: filename
+
+realday=mod(zday,669.)
+
+if (firstcall) then
+   firstcall=.false.
+
+   pi=acos(-1.)
+   radeg=180/pi
+   
+   ! assimilated dust file: (NB: iaervar is a common in "callkeys.h")
+   ! iaervar=4 means read dust_tes.nc file
+   ! iaervar=24 means read dust_tes_MY24.nc file
+   ! iaervar=25 means read dust_tes_MY25.nc file
+   ! iaervar=26 means read dust_tes_MY26.nc file
+   if (iaervar.eq.4) then
+     filename="dust_tes.nc"
+   else if (iaervar.eq.24) then
+     filename="dust_tes_MY24.nc" ! which currently is identical to dust_tes.nc
+   else if (iaervar.eq.25) then
+     filename="dust_tes_MY25.nc" 
+   else if (iaervar.eq.26) then
+     filename="dust_tes_MY26.nc"
+   else if ((iaervar.eq.6).or.(iaervar.eq.7)) then ! modified TES scenario
+     filename="modifieddust.nc"
+   endif
+   
+   ! Note: datafile() is defined in "datafile.h"
+   ierr=NF_OPEN(trim(datafile)//"/"//trim(filename),NF_NOWRITE,nid)
+   IF (ierr.NE.NF_NOERR) THEN
+     write(*,*)'Problem opening ',trim(filename),' (in phymars/readtesassim.F90)'
+     write(*,*)'It should be in :',trim(datafile),'/'
+     write(*,*)'1) You can change this directory address in '
+     write(*,*)'   file phymars/datafile.h'
+     write(*,*)'2) If necessary, dust.nc (and other datafiles)'
+     write(*,*)'   can be obtained online on:'
+     write(*,*)'   http://www.lmd.jussieu.fr/~forget/datagcm/datafile'
+     CALL ABORT
+   ENDIF
+
+   ierr=NF_INQ_DIMID(nid,"Time",timedim)
+   ierr=NF_INQ_DIMLEN(nid,timedim,timelen)
+   ierr=NF_INQ_DIMID(nid,"latitude",latdim)
+   ierr=NF_INQ_DIMLEN(nid,latdim,latlen)
+   ierr=NF_INQ_DIMID(nid,"longitude",londim)
+   ierr=NF_INQ_DIMLEN(nid,londim,lonlen)
+
+   allocate(tautes(lonlen,latlen,timelen))
+   allocate(lat(latlen), lon(lonlen), time(timelen))
+
+   ierr = NF_INQ_VARID (nid, "dustop",nvarid)
+#ifdef NC_DOUBLE
+   ierr = NF_GET_VAR_DOUBLE(nid, nvarid, tautes)
+#else
+   ierr = NF_GET_VAR_REAL(nid, nvarid, tautes)
+#endif
+   IF (ierr .NE. NF_NOERR) THEN
+      PRINT*, "Error: Readtesassim <dustop> not found"
+      stop
+   ENDIF
+   ierr = NF_INQ_VARID (nid, "Time",nvarid)
+#ifdef NC_DOUBLE
+   ierr = NF_GET_VAR_DOUBLE(nid, nvarid, time)
+#else
+   ierr = NF_GET_VAR_REAL(nid, nvarid, time)
+#endif
+   IF (ierr .NE. NF_NOERR) THEN
+      PRINT*, "Error: Readtesassim <Time> not found"
+      stop
+   ENDIF
+
+   ierr = NF_INQ_VARID (nid, "latitude",nvarid)
+#ifdef NC_DOUBLE
+   ierr = NF_GET_VAR_DOUBLE(nid, nvarid, lat)
+#else
+   ierr = NF_GET_VAR_REAL(nid, nvarid, lat)
+#endif
+   IF (ierr .NE. NF_NOERR) THEN
+      PRINT*, "Error: Readtesassim <latitude> not found"
+      stop
+   ENDIF
+
+   ierr = NF_INQ_VARID (nid, "longitude",nvarid)
+#ifdef NC_DOUBLE
+   ierr = NF_GET_VAR_DOUBLE(nid, nvarid, lon)
+#else
+   ierr = NF_GET_VAR_REAL(nid, nvarid, lon)
+#endif
+   IF (ierr .NE. NF_NOERR) THEN
+      PRINT*, "Error: Readtesassim <longitude> not found"
+      stop
+   ENDIF
+
+endif ! of if (firstcall)
+
+do ig=1,ngrid
+
+! Find the four nearest points, arranged as follows:
+!                               1 2
+!                               3 4
+
+   latdeg=lati(ig)*radeg  ! latitude, in degrees
+   londeg=long(ig)*radeg  ! longitude, in degrees east
+   colat=90-latdeg        ! colatitude, in degrees
+
+ ! Find encompassing latitudes
+   if (colat<(90-lat(1))) then ! between north pole and lat(1)
+      ysup=1
+      yinf=1
+   else if (colat>=90-(lat(latlen))) then ! between south pole and lat(laten)
+      ysup=latlen
+      yinf=latlen
+   else ! general case
+      do iloop=2,latlen
+         if(colat<(90-lat(iloop))) then
+           ysup=iloop-1
+           yinf=iloop
+           exit
+         endif
+      enddo
+   endif
+
+   latinf=lat(yinf)
+   latsup=lat(ysup)
+
+
+ ! Find encompassing longitudes
+   ! Note: in input file, lon(1)=-180.
+   if (londeg>lon(lonlen)) then
+      xsup=1
+      xinf=lonlen
+      loninf=lon(xsup)
+      lonsup=180.0 ! since lon(1)=-180.0
+   else
+      do iloop=2,lonlen
+         if(londeg<lon(iloop)) then
+              xsup=iloop
+              xinf=iloop-1
+              exit
+         endif
+      enddo
+      loninf=lon(xinf)
+      lonsup=lon(xsup)
+   endif
+
+   if ((xsup.gt.lonlen).OR.(yinf.gt.latlen).OR.(xinf.lt.1)&
+     .OR.(ysup.lt.1)) then
+      write (*,*) "Readtesassim: SYSTEM ERROR on x or y in ts_gcm"
+      write (*,*) "xinf: ",xinf
+      write (*,*) "xsup: ",xsup
+      write (*,*) "yinf: ",yinf
+      write (*,*) "ysup: ",ysup
+      stop
+   endif
+
+!   loninf=lon(xinf)
+!   lonsup=lon(xsup)
+!   latinf=lat(yinf)
+!   latsup=lat(ysup)
+
+! The four neighbouring points are arranged as follows:
+!                               1 2
+!                               3 4
+
+   latp(1)=ysup
+   latp(2)=ysup
+   latp(3)=yinf
+   latp(4)=yinf
+
+   lonp(1)=xinf
+   lonp(2)=xsup
+   lonp(3)=xinf
+   lonp(4)=xsup
+
+! Linear interpolation on time, for all four neighbouring points
+
+   if ((realday<time(1)).or.(realday>time(timelen))) then
+      tinf=timelen
+      tsup=1
+      timeflag=.true.
+   else 
+      do iloop=2,timelen
+         if (realday<time(iloop)) then
+            tinf=iloop-1
+            tsup=iloop
+            exit
+         endif
+      enddo
+   endif
+
+! Bilinear interpolation on the four nearest points
+
+   if ((colat<(90-lat(1))).OR.(colat>(90-lat(latlen))).OR.(latsup==latinf)) then
+      dlat=0
+   else
+      dlat=((90-latinf)-colat)/((90-latinf)-(90-latsup))
+   endif
+
+   if (lonsup==loninf) then
+      dlon=0
+   else
+      dlon=(londeg-loninf)/(lonsup-loninf)
+   endif
+
+   do iloop=1,4
+      taubuf(1)=tautes(lonp(iloop),latp(iloop),tinf)
+      taubuf(2)=tautes(lonp(iloop),latp(iloop),tsup)
+      if (timeflag) then
+         if (realday>time(timelen)) then
+            tau1(iloop)=taubuf(1)+(taubuf(2)-taubuf(1))*(realday-time(tinf))/(time(tsup)+(669-time(tinf))) 
+         else
+            tau1(iloop)=taubuf(1)+(taubuf(2)-taubuf(1))*realday/(time(tsup)+(669-time(tinf)))
+         endif
+      else
+         tau1(iloop)=taubuf(1)+(taubuf(2)-taubuf(1))*(realday-time(tinf))/(time(tsup)-time(tinf))
+      endif
+      if (tau1(iloop)<0) then
+          write (*,*) "Readtesassim: SYSTEM ERROR on tau"
+          write (*,*) "utime ",realday
+          write (*,*) "time(tinf) ",time(tinf)
+          write (*,*) "time(tsup) ",time(tsup)
+          write (*,*) "tau1 ",taubuf(1)
+          write (*,*) "tau2 ",taubuf(2)
+          write (*,*) "tau ",tau1(iloop)
+          stop
+      endif
+   enddo
+   timeflag=.false.
+
+   if ((dlat>1).OR.(dlon>1) .OR. (dlat<0) .OR. (dlon<0)) then
+      write (*,*) "Readtesassim: SYSTEM ERROR on dlat or dlon in ts_gcm"
+      write (*,*) "dlat: ",dlat
+      write (*,*) "lat: ",latdeg
+      write (*,*) "dlon: ",dlon
+      write (*,*) "lon: ",londeg
+      stop
+   endif
+
+   tau= dlat*(dlon*(tau1(2)+tau1(3)-tau1(1)-tau1(4))+tau1(1)-tau1(3)) +dlon*(tau1(4)-tau1(3))+tau1(3)
+
+! Multiply by correction coefficient (value depends on SW radiative transfer)
+! NB: swrtype is set in callkeys.h
+   if (swrtype.eq.1) then ! Fouquart 
+     tauref(ig)=tau*0.825
+   else
+     if (swrtype.eq.2) then ! Toon
+       tauref(ig)=tau*1.3
+        ! special case for enhanced flushing storm scenario
+        if ((iaervar.eq.7).and.(tauref(ig).gt.1.1*1.3)) then
+          tauref(ig)=2.0*tauref(ig)
+        endif
+     else
+       write(*,*) "readtesassim: wrong value for flag swrtype !"
+       stop
+     endif
+   endif ! of if (swrtype.eq.1)
+enddo
+
+end
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/namelist.input.custom.gw
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/namelist.input.custom.gw	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/namelist.input.custom.gw	(revision 1185)
@@ -0,0 +1,62 @@
+ &time_control
+ start_year       = 2024,    !! (p1) Start Martian Year (20XX for MY XX)
+ start_month      = 07,      !! (p1) Start Martian Month
+ start_day        = 01,      !! (p1) Start Martian Day
+ start_hour       = 06,      !! (p1) Start Martian Hour (at longitude 0)
+ end_year         = 2024,    !! (p1) End Martian Year (20XX for MY XX)
+ end_month        = 07,      !! (p1) End Martian Month
+ end_day          = 04,      !! (p1) End Martian Day
+ end_hour         = 06,      !! (p1) End Martian Hour (at longitude 0)
+ history_interval    = 37,     
+ frames_per_outfile  = 24, 
+ restart          = .false.
+ restart_interval = 8880,
+ io_form_history  = 2
+ io_form_restart  = 2
+ io_form_input    = 2
+ io_form_boundary = 2
+ debug_level      = 0
+ /
+
+ &domains
+ time_step   = 50, 
+ dx = 15000,
+ dy = 15000,
+ e_we   = 401,               
+ e_sn   = 401,              
+ e_vert = 101,               !! (r)(p2) Number of vertical levels
+ p_top_requested = 0.1       !! (p3) Chosen value of pressure at the top of the model
+ eta_levels =     1.000000,   
+    0.000000    
+ /
+
+ &physics
+ /
+
+ &fdda
+ /
+
+ &dynamics
+ damp_opt = 1,        !; upper level damping flag
+                      !              0 = without damping
+                      !              1 = with diffusive damping, maybe used for real-data cases
+                      !                          (dampcoef nondimensional ~0.01-0.1)
+                      !             2 = with Rayleigh  damping (dampcoef inverse time scale [1/s] e.g. .003;
+                      !                        not for real-data cases)
+ dampcoef  = 0.05,    ! ; damping coefficient (see above) 0.01
+ zdamp     = 15000.,  ! ; damping depth (m) from model top 5000.
+ tiso = 130. 
+ /
+
+ &grib2
+ /
+
+ &bdy_control
+ /
+
+!! DO NOT MODIFY
+ &namelist_quilt
+ nio_tasks_per_group = 0,
+ nio_groups = 1,
+ /
+!! DO NOT MODIFY
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/rename
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/rename	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/rename	(revision 1185)
@@ -0,0 +1,8 @@
+#! /bin/bash
+
+for fich in $(cat ye) ; do
+
+  mv $fich $(echo $fich | tr ":" "z")
+
+done
+
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/timestep
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/timestep	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/timestep	(revision 1185)
@@ -0,0 +1,11 @@
+20  25
+20  20
+10  10
+10  25
+5   10
+0.1 0.5
+2   10
+0.5  1
+75  74
+60  74
+250 185  
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/wrf_correc
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/wrf_correc	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/WORK/wrf_correc	(revision 1185)
@@ -0,0 +1,31 @@
+- reference state need to be hydrostatically balanced
+- reference state function of height only
+(- reference state satisfy the governing equations for an atmosphere at rest)
+- use ref state of idealized stuff ?
+
+attention dans start_em
+
+c'est l'avant-dernier level qui compte
+
+problem
+- souci de temperature negative parce que base_lapse trop eleve
+- repartition verticale pas bonne, meilleure avec exponentielle
+
+
+fin de compute_eta (plus rajouter des -2)
+
+         !  Add those 2 levels back into the middle, just above the 8 levels
+         !  that semi define a boundary layer.  After we open up the levels,
+         !  then we just linearly interpolate in znw.  So now levels 1-8 are
+         !  specified as the fixed boundary layer levels given in this routine.
+         !  The top levels, 12 through kte are those computed.  The middle
+         !  levels 9, 10, and 11 are equi-spaced in znw, and are each 1/2 the
+         !  the znw thickness of levels 11 through 12.
+
+         DO k = kte-2 , 9 , -1
+            znw(k+2) = znw(k)
+         END DO
+
+         znw( 9) = 0.75 * znw( 8) + 0.25 * znw(12)
+         znw(10) = 0.50 * znw( 8) + 0.50 * znw(12)
+         znw(11) = 0.25 * znw( 8) + 0.75 * znw(12)
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob.html
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob.html	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob.html	(revision 1185)
@@ -0,0 +1,308 @@
+<html><head>
+
+
+
+<title>Known Problems and Fixes</title>
+
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+
+<meta name="KEYWORDS" content="meteorology, mesoscale, microscale, weather modeling, forecasting weather, weather prediction, predictability, cloud systems, boundary layers, surface-atmosphere interactions, convective cloud systems, atmospheric chemistry, precipitating weather systems, wildfire research, National Center for Atmospheric Research">
+
+<meta name="DESCRIPTION" content="WRF Mesoscale Model Users homepage">
+
+<meta name="ROBOTS" content="INDEX,FOLLOW">
+
+<meta name="resource-type" content="document">
+
+<meta http-equiv="expires" content="0">
+
+<meta name="author" content="MMM Webmaster">
+
+<meta name="copyright" content="Copyright (c) 2004 by UCAR">
+
+<meta name="revisit-after" content="1 days">
+
+<meta name="distribution" content="Global">
+
+<meta name="rating" content="General">
+
+
+
+
+
+<script language="JavaScript" src="known-prob_fichiers/menu_array.js" type="text/javascript"></script><script language="JavaScript"> menu1=menus[1]; menu2=menus[2]; menu3=menus[3]; menu4=menus[4]; menu5=menus[5]; menu6=menus[6]; menu7=menus[7]; menu8=menus[8]; menu9=menus[9]; menu10=menus[10]; menu11=menus[11]; menu12=menus[12]; menu13=menus[13]; menu14=menus[14]; menu15=menus[15]; menu16=menus[16]; menu17=menus[17]; menu18=menus[18]; menu19=menus[19]; menu20=menus[20]; menu21=menus[21]; menu22=menus[22]; menu23=menus[23]; menu24=menus[24]; menu25=menus[25];</script>
+
+<script language="JavaScript" src="known-prob_fichiers/mmenu.js" type="text/javascript"></script></head><body topmargin="0" leftmargin="0" link="#000099" marginheight="0" marginwidth="0" vlink="#000099" alink="#ff3300" background="known-prob_fichiers/back2.jpg" bgcolor="#ffffff"><div tabindex="1" id="menu1" style="z-index: 19; visibility: hidden; border-width: 0px; border-style: solid; border-left: 0px solid rgb(255, 0, 51); border-color: rgb(255, 0, 51) rgb(0, 0, 0) rgb(0, 0, 0) rgb(255, 0, 51); position: absolute; background: none repeat scroll 0% 0% rgb(0, 153, 102); width: 397px; left: 25px; top: 0px;"> <div id="el0" style="margin: 0px; text-align: left; font-weight: bold; font-style: normal; font-family: Arial; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 153, 102);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('#','menu1',0);;;return stch('#');" onmouseout="rep_img(); popdn(this,0, 'menu1', '#', '#009966', '#FFFFFF', '');;; return stch('');">undefined</div></div>
+<div tabindex="1" id="menu2" style="z-index: 19; visibility: hidden; border-width: 0px; border-style: solid; border-left: 0px solid rgb(255, 0, 51); border-color: rgb(255, 0, 51) rgb(0, 0, 0) rgb(0, 0, 0) rgb(255, 0, 51); position: absolute; background: none repeat scroll 0% 0% rgb(0, 153, 102); width: 397px; left: 25px; top: 0px;"> <div id="el1" style="margin: 0px; text-align: left; font-weight: bold; font-style: normal; font-family: Arial; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 153, 102);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('#','menu2',1);;;return stch('#');" onmouseout="rep_img(); popdn(this,1, 'menu2', '#', '#009966', '#FFFFFF', '');;; return stch('');">undefined</div></div>
+<div tabindex="1" id="menu3" style="z-index: 21; visibility: visible; border: 0px solid rgb(255, 255, 255); position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 791px; left: 1px; top: 72px; height: 19px;"><div id="hel2" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 0px; height: 19px;"> <div id="el2" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255);" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='default';ShM=1;; popi('show-menu=home','menu3',2);;;return stch('#');" onmouseout="rep_img(); popdn(this,2, 'menu3', 'show-menu=home', '#6A9EFF', '#000033', '');;; return stch('');">Home</div><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep2" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 1px; height: 19px; left: 98px;">
+</div>
+</div></div><div id="hel3" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 99px; height: 19px;"> <div id="el3" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255);" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='default';ShM=1;; popi('show-menu=model','menu3',3);;;return stch('#');" onmouseout="rep_img(); popdn(this,3, 'menu3', 'show-menu=model', '#6A9EFF', '#000033', '');;; return stch('');">Model System</div><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep3" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 1px; height: 19px; left: 98px;">
+</div>
+</div></div><div id="hel4" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 198px; height: 19px;"> <div id="el4" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255);" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='default';ShM=1;; popi('show-menu=support','menu3',4);;;return stch('#');" onmouseout="rep_img(); popdn(this,4, 'menu3', 'show-menu=support', '#6A9EFF', '#000033', '');;; return stch('');">User Support</div><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep4" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 1px; height: 19px; left: 98px;">
+</div>
+</div></div><div id="hel5" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 297px; height: 19px;"> <div id="el5" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255);" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='default';ShM=1;; popi('show-menu=download','menu3',5);;;return stch('#');" onmouseout="rep_img(); popdn(this,5, 'menu3', 'show-menu=download', '#6A9EFF', '#000033', '');;; return stch('');">Download</div><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep5" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 1px; height: 19px; left: 98px;">
+</div>
+</div></div><div id="hel6" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 396px; height: 19px;"> <div id="el6" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255); cursor: default;" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='default';ShM=1;; popi('show-menu=pub','menu3',6);;;return stch('#');" onmouseout="rep_img(); popdn(this,6, 'menu3', 'show-menu=pub', '#6A9EFF', '#000033', '');;; return stch('');">Doc / Pub</div><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep6" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 1px; height: 19px; left: 98px;">
+</div>
+</div></div><div id="hel7" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 495px; height: 19px;"> <div id="el7" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255);" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='default';ShM=1;; popi('show-menu=links','menu3',7);;;return stch('#');" onmouseout="rep_img(); popdn(this,7, 'menu3', 'show-menu=links', '#6A9EFF', '#000033', '');;; return stch('');">Links</div><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep7" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 1px; height: 19px; left: 98px;">
+</div>
+</div></div><div id="hel8" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 594px; height: 19px;"><a id="lnk8" href="http://forum.wrfforum.com/" style="text-decoration: none;"><div id="el8" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255);" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='pointer';ShM=1;; popi('http://forum.wrfforum.com/','menu3',8);;;return stch('http://forum.wrfforum.com/');" onmouseout="rep_img(); popdn(this,8, 'menu3', 'http://forum.wrfforum.com/', '#6A9EFF', '#000033', '');;; return stch('');">Users Forum</div></a><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep8" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 1px; height: 19px; left: 98px;">
+</div>
+</div></div><div id="hel9" style="text-align: left; width: 98px; position: absolute; top: 0pt; left: 693px; height: 19px;"> <div id="el9" style="margin: 0px; text-align: center; position: absolute; width: 92px; padding: 3px; font-weight: bold; font-style: normal; font-family: ARIAL,helvetica; font-size: 8pt; color: rgb(0, 0, 51); background: none repeat scroll 0% 0% rgb(106, 158, 255);" onmouseover=";this.style.background='#6A9EFF';style.color='#FFFFFF';this.style.cursor='default';ShM=1;; popi('show-menu=forecast','menu3',9);;;return stch('#');" onmouseout="rep_img(); popdn(this,9, 'menu3', 'show-menu=forecast', '#6A9EFF', '#000033', '');;; return stch('');">WRF Forecast</div><div style="top: 0pt; position: absolute;"><div onmouseover="clearTimeout(Mtimer)" id="hsep9" style="position: absolute; background: none repeat scroll 0% 0% rgb(106, 158, 255); width: 0px; height: 0px; left: 0px;">
+</div>
+</div></div></div>
+<div tabindex="1" id="menu4" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 160px; left: 0px;"><a id="lnk10" href="http://www.wrf-model.org/" style="text-decoration: none;"><div id="el10" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.wrf-model.org','menu4',10);;;return stch('http://www.wrf-model.org');" onmouseout="rep_img(); popdn(this,10, 'menu4', 'http://www.wrf-model.org', '#000099', '#FFFFFF', '');;; return stch('');">WRF Main Home Page</div></a><a id="lnk11" href="http://www.mmm.ucar.edu/wrf/users" style="text-decoration: none;"><div id="el11" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users','menu4',11);;;return stch('http://www.mmm.ucar.edu/wrf/users');" onmouseout="rep_img(); popdn(this,11, 'menu4', 'http://www.mmm.ucar.edu/wrf/users', '#000099', '#FFFFFF', '');;; return stch('');">WRF Users Home Page</div></a><a id="lnk12" href="http://www.mmm.ucar.edu/wrf/users/notice.html" style="text-decoration: none;"><div id="el12" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/notice.html','menu4',12);;;return stch('http://www.mmm.ucar.edu/wrf/users/notice.html');" onmouseout="rep_img(); popdn(this,12, 'menu4', 'http://www.mmm.ucar.edu/wrf/users/notice.html', '#000099', '#FFFFFF', '');;; return stch('');">Public Notice</div></a><a id="lnk13" href="http://www.mmm.ucar.edu/wrf/users/contact.html" style="text-decoration: none;"><div id="el13" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/contact.html','menu4',13);;;return stch('http://www.mmm.ucar.edu/wrf/users/contact.html');" onmouseout="rep_img(); popdn(this,13, 'menu4', 'http://www.mmm.ucar.edu/wrf/users/contact.html', '#000099', '#FFFFFF', '');;; return stch('');">Contact WRF Support</div></a></div>
+<div tabindex="1" id="menu5" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 160px; left: 0px;"><a id="lnk14" href="http://www.mmm.ucar.edu/wrf/users/model.html" style="text-decoration: none;"><div id="el14" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/model.html','menu5',14);;;return stch('http://www.mmm.ucar.edu/wrf/users/model.html');" onmouseout="rep_img(); popdn(this,14, 'menu5', 'http://www.mmm.ucar.edu/wrf/users/model.html', '#000099', '#FFFFFF', '');;; return stch('');">Model Overview</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div> <div id="el15" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wv33','menu5',15);;;return stch('#');" onmouseout="rep_img(); popdn(this,15, 'menu5', 'show-menu=wv33', '#000099', '#FFFFFF', '');;; return stch('');">WRF V3.3</div><img id="im_5_15_menu5" style="position: absolute; top: 21px; left: 143px;" onmouseover="gmobj('el15').onmouseover();" onmouseout="gmobj('el15').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"> <div id="el16" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wpsv33','menu5',16);;;return stch('#');" onmouseout="rep_img(); popdn(this,16, 'menu5', 'show-menu=wpsv33', '#000099', '#FFFFFF', '');;; return stch('');">WPS V3.3</div><img id="im_5_16_menu5" style="position: absolute; top: 40px; left: 143px;" onmouseover="gmobj('el16').onmouseover();" onmouseout="gmobj('el16').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div> <div id="el17" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wv32','menu5',17);;;return stch('#');" onmouseout="rep_img(); popdn(this,17, 'menu5', 'show-menu=wv32', '#000099', '#FFFFFF', '');;; return stch('');">WRF V3.2</div><img id="im_5_17_menu5" style="position: absolute; top: 59px; left: 143px;" onmouseover="gmobj('el17').onmouseover();" onmouseout="gmobj('el17').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"> <div id="el18" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wpsv32','menu5',18);;;return stch('#');" onmouseout="rep_img(); popdn(this,18, 'menu5', 'show-menu=wpsv32', '#000099', '#FFFFFF', '');;; return stch('');">WPS V3.2</div><img id="im_5_18_menu5" style="position: absolute; top: 78px; left: 143px;" onmouseover="gmobj('el18').onmouseover();" onmouseout="gmobj('el18').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div> <div id="el19" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wv31','menu5',19);;;return stch('#');" onmouseout="rep_img(); popdn(this,19, 'menu5', 'show-menu=wv31', '#000099', '#FFFFFF', '');;; return stch('');">WRF V3.1</div><img id="im_5_19_menu5" style="position: absolute; top: 97px; left: 143px;" onmouseover="gmobj('el19').onmouseover();" onmouseout="gmobj('el19').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"> <div id="el20" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wpsv31','menu5',20);;;return stch('#');" onmouseout="rep_img(); popdn(this,20, 'menu5', 'show-menu=wpsv31', '#000099', '#FFFFFF', '');;; return stch('');">WPS V3.1</div><img id="im_5_20_menu5" style="position: absolute; top: 116px; left: 143px;" onmouseover="gmobj('el20').onmouseover();" onmouseout="gmobj('el20').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div> <div id="el21" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wv3','menu5',21);;;return stch('#');" onmouseout="rep_img(); popdn(this,21, 'menu5', 'show-menu=wv3', '#000099', '#FFFFFF', '');;; return stch('');">WRF V3.0</div><img id="im_5_21_menu5" style="position: absolute; top: 135px; left: 143px;" onmouseover="gmobj('el21').onmouseover();" onmouseout="gmobj('el21').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"> <div id="el22" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wpsv3','menu5',22);;;return stch('#');" onmouseout="rep_img(); popdn(this,22, 'menu5', 'show-menu=wpsv3', '#000099', '#FFFFFF', '');;; return stch('');">WPS V3.0</div><img id="im_5_22_menu5" style="position: absolute; top: 154px; left: 143px;" onmouseover="gmobj('el22').onmouseover();" onmouseout="gmobj('el22').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div> <div id="el23" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wv2','menu5',23);;;return stch('#');" onmouseout="rep_img(); popdn(this,23, 'menu5', 'show-menu=wv2', '#000099', '#FFFFFF', '');;; return stch('');">WRF V2.2</div><img id="im_5_23_menu5" style="position: absolute; top: 173px; left: 143px;" onmouseover="gmobj('el23').onmouseover();" onmouseout="gmobj('el23').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"> <div id="el24" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=wpsv2','menu5',24);;;return stch('#');" onmouseout="rep_img(); popdn(this,24, 'menu5', 'show-menu=wpsv2', '#000099', '#FFFFFF', '');;; return stch('');">WPS V2.2</div><img id="im_5_24_menu5" style="position: absolute; top: 192px; left: 143px;" onmouseover="gmobj('el24').onmouseover();" onmouseout="gmobj('el24').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"> <div id="el25" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=siv2','menu5',25);;;return stch('#');" onmouseout="rep_img(); popdn(this,25, 'menu5', 'show-menu=siv2', '#000099', '#FFFFFF', '');;; return stch('');">WRFSI V2.1</div><img id="im_5_25_menu5" style="position: absolute; top: 211px; left: 143px;" onmouseover="gmobj('el25').onmouseover();" onmouseout="gmobj('el25').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk26" href="http://www.mmm.ucar.edu/wrf/users/hurricanes/wrf_ahw.html" style="text-decoration: none;"><div id="el26" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/hurricanes/wrf_ahw.html','menu5',26);;;return stch('http://www.mmm.ucar.edu/wrf/users/hurricanes/wrf_ahw.html');" onmouseout="rep_img(); popdn(this,26, 'menu5', 'http://www.mmm.ucar.edu/wrf/users/hurricanes/wrf_ahw.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF for Hurricanes</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk27" href="http://www.mmm.ucar.edu/wrf/users/fire/wrf-fire.html" style="text-decoration: none;"><div id="el27" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/fire/wrf-fire.html','menu5',27);;;return stch('http://www.mmm.ucar.edu/wrf/users/fire/wrf-fire.html');" onmouseout="rep_img(); popdn(this,27, 'menu5', 'http://www.mmm.ucar.edu/wrf/users/fire/wrf-fire.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF for Wildland Fire</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk28" href="http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm" style="text-decoration: none;"><div id="el28" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm','menu5',28);;;return stch('http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm');" onmouseout="rep_img(); popdn(this,28, 'menu5', 'http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm', '#000099', '#FFFFFF', '');;; return stch('');">WRF Online Tutorial</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk29" href="http://www.mmm.ucar.edu/wrf/users/graphics/WRF-post-processing.htm" style="text-decoration: none;"><div id="el29" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/graphics/WRF-post-processing.htm','menu5',29);;;return stch('http://www.mmm.ucar.edu/wrf/users/graphics/WRF-post-processing.htm');" onmouseout="rep_img(); popdn(this,29, 'menu5', 'http://www.mmm.ucar.edu/wrf/users/graphics/WRF-post-processing.htm', '#000099', '#FFFFFF', '');;; return stch('');">WRF Graphic Tools</div></a><a id="lnk30" href="http://www.mmm.ucar.edu/wrf/users/utilities/util.htm" style="text-decoration: none;"><div id="el30" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/utilities/util.htm','menu5',30);;;return stch('http://www.mmm.ucar.edu/wrf/users/utilities/util.htm');" onmouseout="rep_img(); popdn(this,30, 'menu5', 'http://www.mmm.ucar.edu/wrf/users/utilities/util.htm', '#000099', '#FFFFFF', '');;; return stch('');">WRF Utility Programs</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk31" href="http://www.mmm.ucar.edu/wrf/users/contributed/contributed.html" style="text-decoration: none;"><div id="el31" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/contributed/contributed.html','menu5',31);;;return stch('http://www.mmm.ucar.edu/wrf/users/contributed/contributed.html');" onmouseout="rep_img(); popdn(this,31, 'menu5', 'http://www.mmm.ucar.edu/wrf/users/contributed/contributed.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Contributed Code</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk32" href="http://www.mmm.ucar.edu/wrf/users/wrfda/index.html" style="text-decoration: none;"><div id="el32" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfda/index.html','menu5',32);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfda/index.html');" onmouseout="rep_img(); popdn(this,32, 'menu5', 'http://www.mmm.ucar.edu/wrf/users/wrfda/index.html', '#000099', '#FFFFFF', '');;; return stch('');">WRFDA</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk33" href="http://ruc.noaa.gov/wrf/WG11/" style="text-decoration: none;"><div id="el33" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://ruc.noaa.gov/wrf/WG11/','menu5',33);;;return stch('http://ruc.noaa.gov/wrf/WG11/');" onmouseout="rep_img(); popdn(this,33, 'menu5', 'http://ruc.noaa.gov/wrf/WG11/', '#000099', '#FFFFFF', '');;; return stch('');">WRF Chemistry</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk34" href="http://www.dtcenter.org/met/users" style="text-decoration: none;"><div id="el34" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.dtcenter.org/met/users','menu5',34);;;return stch('http://www.dtcenter.org/met/users');" onmouseout="rep_img(); popdn(this,34, 'menu5', 'http://www.dtcenter.org/met/users', '#000099', '#FFFFFF', '');;; return stch('');">MET Verification Software</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk35" href="http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html" style="text-decoration: none;"><div id="el35" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html ','menu5',35);;;;return stch('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html');" onmouseout="rep_img(); popdn(this,35, 'menu5', 'http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html ', '#000099', '#FFFFFF', '');;;; return stch('');">WRF Software</div></a></div>
+<div tabindex="1" id="menu6" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk36" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.3/wrf_model.html" style="text-decoration: none;"><div id="el36" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/wrf_model.html','menu6',36);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/wrf_model.html');" onmouseout="rep_img(); popdn(this,36, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.3/wrf_model.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WRF V3.3</div></a><a id="lnk37" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.html" style="text-decoration: none;"><div id="el37" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.html','menu6',37);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.html');" onmouseout="rep_img(); popdn(this,37, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates for V3.3</div></a><a id="lnk38" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.1.html" style="text-decoration: none;"><div id="el38" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.1.html','menu6',38);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.1.html');" onmouseout="rep_img(); popdn(this,38, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates for V3.3.1</div></a><a id="lnk39" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF" style="text-decoration: none;"><div id="el39" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF','menu6',39);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF');" onmouseout="rep_img(); popdn(this,39, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk40" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF" style="text-decoration: none;"><div id="el40" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF','menu6',40);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF');" onmouseout="rep_img(); popdn(this,40, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk41" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist" style="text-decoration: none;"><div id="el41" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist','menu6',41);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist');" onmouseout="rep_img(); popdn(this,41, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk42" href="http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html" style="text-decoration: none;"><div id="el42" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html','menu6',42);;;return stch('http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html');" onmouseout="rep_img(); popdn(this,42, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html', '#000099', '#FFFFFF', '');;; return stch('');">Moving Nest</div></a><a id="lnk43" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html" style="text-decoration: none;"><div id="el43" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html','menu6',43);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html');" onmouseout="rep_img(); popdn(this,43, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html', '#000099', '#FFFFFF', '');;; return stch('');">Nudging</div></a><a id="lnk44" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.html" style="text-decoration: none;"><div id="el44" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.html','menu6',44);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.html');" onmouseout="rep_img(); popdn(this,44, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes for V3.3</div></a><a id="lnk45" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.1.html" style="text-decoration: none;"><div id="el45" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.1.html','menu6',45);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.1.html');" onmouseout="rep_img(); popdn(this,45, 'menu6', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes for V3.3.1</div></a></div>
+<div tabindex="1" id="menu7" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk46" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.3/wps.html" style="text-decoration: none;"><div id="el46" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/wps.html','menu7',46);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/wps.html');" onmouseout="rep_img(); popdn(this,46, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.3/wps.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WPS 3.3</div></a><a id="lnk47" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.html" style="text-decoration: none;"><div id="el47" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.html','menu7',47);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.html');" onmouseout="rep_img(); popdn(this,47, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates for V3.3</div></a><a id="lnk48" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.1.html" style="text-decoration: none;"><div id="el48" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.1.html','menu7',48);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.1.html');" onmouseout="rep_img(); popdn(this,48, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates for V3.3.1</div></a><a id="lnk49" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install" style="text-decoration: none;"><div id="el49" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install','menu7',49);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install');" onmouseout="rep_img(); popdn(this,49, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk50" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS" style="text-decoration: none;"><div id="el50" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS','menu7',50);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS');" onmouseout="rep_img(); popdn(this,50, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk51" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml" style="text-decoration: none;"><div id="el51" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml','menu7',51);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml');" onmouseout="rep_img(); popdn(this,51, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk52" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.html" style="text-decoration: none;"><div id="el52" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.html','menu7',52);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.html');" onmouseout="rep_img(); popdn(this,52, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Known Problems and Fixes for V3.3</div></a><a id="lnk53" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.1.html" style="text-decoration: none;"><div id="el53" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.1.html','menu7',53);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.1.html');" onmouseout="rep_img(); popdn(this,53, 'menu7', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Known Problems and Fixes for V3.3.1</div></a></div>
+<div tabindex="1" id="menu8" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk54" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.2/wrf_model.html" style="text-decoration: none;"><div id="el54" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/wrf_model.html','menu8',54);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/wrf_model.html');" onmouseout="rep_img(); popdn(this,54, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.2/wrf_model.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WRF V3.2</div></a><a id="lnk55" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.html" style="text-decoration: none;"><div id="el55" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.html','menu8',55);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.html');" onmouseout="rep_img(); popdn(this,55, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates for V3.2</div></a><a id="lnk56" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.1.html" style="text-decoration: none;"><div id="el56" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.1.html','menu8',56);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.1.html');" onmouseout="rep_img(); popdn(this,56, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates for V3.2.1</div></a><a id="lnk57" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF" style="text-decoration: none;"><div id="el57" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF','menu8',57);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF');" onmouseout="rep_img(); popdn(this,57, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk58" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF" style="text-decoration: none;"><div id="el58" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF','menu8',58);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF');" onmouseout="rep_img(); popdn(this,58, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk59" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist" style="text-decoration: none;"><div id="el59" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist','menu8',59);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist');" onmouseout="rep_img(); popdn(this,59, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk60" href="http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html" style="text-decoration: none;"><div id="el60" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html','menu8',60);;;return stch('http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html');" onmouseout="rep_img(); popdn(this,60, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html', '#000099', '#FFFFFF', '');;; return stch('');">Moving Nest</div></a><a id="lnk61" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html" style="text-decoration: none;"><div id="el61" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html','menu8',61);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html');" onmouseout="rep_img(); popdn(this,61, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html', '#000099', '#FFFFFF', '');;; return stch('');">Nudging</div></a><a id="lnk62" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.html" style="text-decoration: none;"><div id="el62" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.html','menu8',62);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.html');" onmouseout="rep_img(); popdn(this,62, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes for V3.2</div></a><a id="lnk63" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.1.html" style="text-decoration: none;"><div id="el63" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.1.html','menu8',63);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.1.html');" onmouseout="rep_img(); popdn(this,63, 'menu8', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.1.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes for V3.2.1</div></a></div>
+<div tabindex="1" id="menu9" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk64" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.2/wps.html" style="text-decoration: none;"><div id="el64" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/wps.html','menu9',64);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/wps.html');" onmouseout="rep_img(); popdn(this,64, 'menu9', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.2/wps.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WPS 3.2</div></a><a id="lnk65" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.html" style="text-decoration: none;"><div id="el65" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.html','menu9',65);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.html');" onmouseout="rep_img(); popdn(this,65, 'menu9', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates for V3.2</div></a><a id="lnk66" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.1.html" style="text-decoration: none;"><div id="el66" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.1.html','menu9',66);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.1.html');" onmouseout="rep_img(); popdn(this,66, 'menu9', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates for V3.2.1</div></a><a id="lnk67" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install" style="text-decoration: none;"><div id="el67" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install','menu9',67);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install');" onmouseout="rep_img(); popdn(this,67, 'menu9', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk68" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS" style="text-decoration: none;"><div id="el68" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS','menu9',68);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS');" onmouseout="rep_img(); popdn(this,68, 'menu9', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk69" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml" style="text-decoration: none;"><div id="el69" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml','menu9',69);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml');" onmouseout="rep_img(); popdn(this,69, 'menu9', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk70" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.2/known-prob-3.2.html" style="text-decoration: none;"><div id="el70" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/known-prob-3.2.html','menu9',70);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.2/known-prob-3.2.html');" onmouseout="rep_img(); popdn(this,70, 'menu9', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.2/known-prob-3.2.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Known Problems and Fixes for V3.2</div></a></div>
+<div tabindex="1" id="menu10" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk71" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/wrf_model.html" style="text-decoration: none;"><div id="el71" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/wrf_model.html','menu10',71);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/wrf_model.html');" onmouseout="rep_img(); popdn(this,71, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/wrf_model.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WRF V3.1</div></a><a id="lnk72" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.html" style="text-decoration: none;"><div id="el72" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.html','menu10',72);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.html');" onmouseout="rep_img(); popdn(this,72, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates for V3.1</div></a><a id="lnk73" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.1.html" style="text-decoration: none;"><div id="el73" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.1.html','menu10',73);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.1.html');" onmouseout="rep_img(); popdn(this,73, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates for V3.1.1</div></a><a id="lnk74" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Installing_WRF" style="text-decoration: none;"><div id="el74" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Installing_WRF','menu10',74);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Installing_WRF');" onmouseout="rep_img(); popdn(this,74, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Installing_WRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk75" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#RunWRF" style="text-decoration: none;"><div id="el75" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#RunWRF','menu10',75);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#RunWRF');" onmouseout="rep_img(); popdn(this,75, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#RunWRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk76" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Description_of_Namelist" style="text-decoration: none;"><div id="el76" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Description_of_Namelist','menu10',76);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Description_of_Namelist');" onmouseout="rep_img(); popdn(this,76, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Description_of_Namelist', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk77" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/moving_nest.html" style="text-decoration: none;"><div id="el77" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/moving_nest.html','menu10',77);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/moving_nest.html');" onmouseout="rep_img(); popdn(this,77, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/moving_nest.html', '#000099', '#FFFFFF', '');;; return stch('');">Moving Nest</div></a><a id="lnk78" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html" style="text-decoration: none;"><div id="el78" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html','menu10',78);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html');" onmouseout="rep_img(); popdn(this,78, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html', '#000099', '#FFFFFF', '');;; return stch('');">Nudging</div></a><a id="lnk79" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.html" style="text-decoration: none;"><div id="el79" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.html','menu10',79);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.html');" onmouseout="rep_img(); popdn(this,79, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes for V3.1</div></a><a id="lnk80" href="http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.1.html" style="text-decoration: none;"><div id="el80" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.1.html','menu10',80);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.1.html');" onmouseout="rep_img(); popdn(this,80, 'menu10', 'http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.1.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes for V3.1.1</div></a></div>
+<div tabindex="1" id="menu11" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk81" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.1/wps.html" style="text-decoration: none;"><div id="el81" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/wps.html','menu11',81);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/wps.html');" onmouseout="rep_img(); popdn(this,81, 'menu11', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.1/wps.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WPS 3.1</div></a><a id="lnk82" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.html" style="text-decoration: none;"><div id="el82" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.html','menu11',82);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.html');" onmouseout="rep_img(); popdn(this,82, 'menu11', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates for V3.1</div></a><a id="lnk83" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.1.html" style="text-decoration: none;"><div id="el83" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.1.html','menu11',83);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.1.html');" onmouseout="rep_img(); popdn(this,83, 'menu11', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates for V3.1.1</div></a><a id="lnk84" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#Install" style="text-decoration: none;"><div id="el84" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#Install','menu11',84);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#Install');" onmouseout="rep_img(); popdn(this,84, 'menu11', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#Install', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk85" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#RunWPS" style="text-decoration: none;"><div id="el85" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#RunWPS','menu11',85);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#RunWPS');" onmouseout="rep_img(); popdn(this,85, 'menu11', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#RunWPS', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk86" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#nml" style="text-decoration: none;"><div id="el86" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#nml','menu11',86);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#nml');" onmouseout="rep_img(); popdn(this,86, 'menu11', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#nml', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk87" href="http://www.mmm.ucar.edu/wrf/users/wpsv3.1/known-prob-3.1.html" style="text-decoration: none;"><div id="el87" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/known-prob-3.1.html','menu11',87);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3.1/known-prob-3.1.html');" onmouseout="rep_img(); popdn(this,87, 'menu11', 'http://www.mmm.ucar.edu/wrf/users/wpsv3.1/known-prob-3.1.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Known Problems and Fixes for V3.1</div></a></div>
+<div tabindex="1" id="menu12" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk88" href="http://www.mmm.ucar.edu/wrf/users/wrfv3/wrf_model.html" style="text-decoration: none;"><div id="el88" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3/wrf_model.html','menu12',88);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3/wrf_model.html');" onmouseout="rep_img(); popdn(this,88, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/wrfv3/wrf_model.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WRF V3.0</div></a><a id="lnk89" href="http://www.mmm.ucar.edu/wrf/users/wrfv3/updates.html" style="text-decoration: none;"><div id="el89" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3/updates.html','menu12',89);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3/updates.html');" onmouseout="rep_img(); popdn(this,89, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/wrfv3/updates.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates</div></a><a id="lnk90" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF" style="text-decoration: none;"><div id="el90" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF','menu12',90);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF');" onmouseout="rep_img(); popdn(this,90, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk91" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF" style="text-decoration: none;"><div id="el91" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF','menu12',91);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF');" onmouseout="rep_img(); popdn(this,91, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk92" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist" style="text-decoration: none;"><div id="el92" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist','menu12',92);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist');" onmouseout="rep_img(); popdn(this,92, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk93" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html" style="text-decoration: none;"><div id="el93" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html','menu12',93);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html');" onmouseout="rep_img(); popdn(this,93, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html', '#000099', '#FFFFFF', '');;; return stch('');">Moving Nest</div></a><a id="lnk94" href="http://www.mmm.ucar.edu/wrf/users/wrfv3/nudging.html" style="text-decoration: none;"><div id="el94" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3/nudging.html','menu12',94);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3/nudging.html');" onmouseout="rep_img(); popdn(this,94, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/wrfv3/nudging.html', '#000099', '#FFFFFF', '');;; return stch('');">Nudging</div></a><a id="lnk95" href="http://www.mmm.ucar.edu/wrf/users/wrfv3/known-prob.html" style="text-decoration: none;"><div id="el95" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv3/known-prob.html','menu12',95);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv3/known-prob.html');" onmouseout="rep_img(); popdn(this,95, 'menu12', 'http://www.mmm.ucar.edu/wrf/users/wrfv3/known-prob.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes</div></a></div>
+<div tabindex="1" id="menu13" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk96" href="http://www.mmm.ucar.edu/wrf/users/wpsv3/wps.html" style="text-decoration: none;"><div id="el96" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3/wps.html','menu13',96);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3/wps.html');" onmouseout="rep_img(); popdn(this,96, 'menu13', 'http://www.mmm.ucar.edu/wrf/users/wpsv3/wps.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WPS 3.0</div></a><a id="lnk97" href="http://www.mmm.ucar.edu/wrf/users/wpsv3/updates.html" style="text-decoration: none;"><div id="el97" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3/updates.html','menu13',97);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3/updates.html');" onmouseout="rep_img(); popdn(this,97, 'menu13', 'http://www.mmm.ucar.edu/wrf/users/wpsv3/updates.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates</div></a><a id="lnk98" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install" style="text-decoration: none;"><div id="el98" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install','menu13',98);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install');" onmouseout="rep_img(); popdn(this,98, 'menu13', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk99" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS" style="text-decoration: none;"><div id="el99" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS','menu13',99);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS');" onmouseout="rep_img(); popdn(this,99, 'menu13', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk100" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml" style="text-decoration: none;"><div id="el100" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml','menu13',100);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml');" onmouseout="rep_img(); popdn(this,100, 'menu13', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk101" href="http://www.mmm.ucar.edu/wrf/users/wpsv3/known-prob.html" style="text-decoration: none;"><div id="el101" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv3/known-prob.html','menu13',101);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv3/known-prob.html');" onmouseout="rep_img(); popdn(this,101, 'menu13', 'http://www.mmm.ucar.edu/wrf/users/wpsv3/known-prob.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Known Problems and Fixes</div></a></div>
+<div tabindex="1" id="menu14" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk102" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/wrf_model.html" style="text-decoration: none;"><div id="el102" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/wrf_model.html','menu14',102);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/wrf_model.html');" onmouseout="rep_img(); popdn(this,102, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/wrf_model.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WRF V2.2</div></a><a id="lnk103" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/install.html" style="text-decoration: none;"><div id="el103" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/install.html','menu14',103);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/install.html');" onmouseout="rep_img(); popdn(this,103, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/install.html', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk104" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/runwrf.html" style="text-decoration: none;"><div id="el104" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/runwrf.html','menu14',104);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/runwrf.html');" onmouseout="rep_img(); popdn(this,104, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/runwrf.html', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk105" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap5.html#Nml" style="text-decoration: none;"><div id="el105" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap5.html#Nml','menu14',105);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap5.html#Nml');" onmouseout="rep_img(); popdn(this,105, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap5.html#Nml', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk106" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/updates.html" style="text-decoration: none;"><div id="el106" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/updates.html','menu14',106);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/updates.html');" onmouseout="rep_img(); popdn(this,106, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/updates.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Updates</div></a><a id="lnk107" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html" style="text-decoration: none;"><div id="el107" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html','menu14',107);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html');" onmouseout="rep_img(); popdn(this,107, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html', '#000099', '#FFFFFF', '');;; return stch('');">Moving Nest</div></a><a id="lnk108" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/nudging.html" style="text-decoration: none;"><div id="el108" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/nudging.html','menu14',108);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/nudging.html');" onmouseout="rep_img(); popdn(this,108, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/nudging.html', '#000099', '#FFFFFF', '');;; return stch('');">Nudging</div></a><a id="lnk109" href="http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob.html" style="text-decoration: none;"><div id="el109" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob.html','menu14',109);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob.html');" onmouseout="rep_img(); popdn(this,109, 'menu14', 'http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes</div></a></div>
+<div tabindex="1" id="menu15" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk110" href="http://www.mmm.ucar.edu/wrf/users/wpsv2/wps.html" style="text-decoration: none;"><div id="el110" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv2/wps.html','menu15',110);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv2/wps.html');" onmouseout="rep_img(); popdn(this,110, 'menu15', 'http://www.mmm.ucar.edu/wrf/users/wpsv2/wps.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WPS 2.2</div></a><a id="lnk111" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#Install" style="text-decoration: none;"><div id="el111" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#Install','menu15',111);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#Install');" onmouseout="rep_img(); popdn(this,111, 'menu15', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#Install', '#000099', '#FFFFFF', '');;; return stch('');">How to Compile</div></a><a id="lnk112" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#RunSI" style="text-decoration: none;"><div id="el112" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#RunSI','menu15',112);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#RunSI');" onmouseout="rep_img(); popdn(this,112, 'menu15', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#RunSI', '#000099', '#FFFFFF', '');;; return stch('');">How to Run</div></a><a id="lnk113" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#nml" style="text-decoration: none;"><div id="el113" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#nml','menu15',113);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#nml');" onmouseout="rep_img(); popdn(this,113, 'menu15', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#nml', '#000099', '#FFFFFF', '');;; return stch('');">Namelists</div></a><a id="lnk114" href="http://www.mmm.ucar.edu/wrf/users/wpsv2/updates.html" style="text-decoration: none;"><div id="el114" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv2/updates.html','menu15',114);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv2/updates.html');" onmouseout="rep_img(); popdn(this,114, 'menu15', 'http://www.mmm.ucar.edu/wrf/users/wpsv2/updates.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Updates</div></a><a id="lnk115" href="http://www.mmm.ucar.edu/wrf/users/wpsv2/known-prob.html" style="text-decoration: none;"><div id="el115" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wpsv2/known-prob.html','menu15',115);;;return stch('http://www.mmm.ucar.edu/wrf/users/wpsv2/known-prob.html');" onmouseout="rep_img(); popdn(this,115, 'menu15', 'http://www.mmm.ucar.edu/wrf/users/wpsv2/known-prob.html', '#000099', '#FFFFFF', '');;; return stch('');">WPS Known Problems and Fixes</div></a></div>
+<div tabindex="1" id="menu16" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk116" href="http://wrfsi.noaa.gov/" style="text-decoration: none;"><div id="el116" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://wrfsi.noaa.gov/','menu16',116);;;return stch('http://wrfsi.noaa.gov/');" onmouseout="rep_img(); popdn(this,116, 'menu16', 'http://wrfsi.noaa.gov/', '#000099', '#FFFFFF', '');;; return stch('');">SI Home Page</div></a><a id="lnk117" href="http://www.mmm.ucar.edu/wrf/users/wrfsi/si-known-prob.html" style="text-decoration: none;"><div id="el117" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfsi/si-known-prob.html','menu16',117);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfsi/si-known-prob.html');" onmouseout="rep_img(); popdn(this,117, 'menu16', 'http://www.mmm.ucar.edu/wrf/users/wrfsi/si-known-prob.html', '#000099', '#FFFFFF', '');;; return stch('');">Known Problems and Fixes</div></a></div>
+<div tabindex="1" id="menu17" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk118" href="http://www.mmm.ucar.edu/wrf/users/wrfvar/wrfvar.html" style="text-decoration: none;"><div id="el118" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfvar/wrfvar.html','menu17',118);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfvar/wrfvar.html');" onmouseout="rep_img(); popdn(this,118, 'menu17', 'http://www.mmm.ucar.edu/wrf/users/wrfvar/wrfvar.html', '#000099', '#FFFFFF', '');;; return stch('');">Features in WRF-Var V3</div></a><a id="lnk119" href="http://www.mmm.ucar.edu/wrf/users/wrfvar/updates.html" style="text-decoration: none;"><div id="el119" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfvar/updates.html','menu17',119);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfvar/updates.html');" onmouseout="rep_img(); popdn(this,119, 'menu17', 'http://www.mmm.ucar.edu/wrf/users/wrfvar/updates.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF-Var Release Updates</div></a><a id="lnk120" href="http://www.mmm.ucar.edu/wrf/users/wrfvar/known-prob.html" style="text-decoration: none;"><div id="el120" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/wrfvar/known-prob.html','menu17',120);;;return stch('http://www.mmm.ucar.edu/wrf/users/wrfvar/known-prob.html');" onmouseout="rep_img(); popdn(this,120, 'menu17', 'http://www.mmm.ucar.edu/wrf/users/wrfvar/known-prob.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF-Var Known Problems and Fixes</div></a></div>
+<div tabindex="1" id="menu18" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 170px; left: 0px;"><a id="lnk121" href="http://www.mmm.ucar.edu/wrf/faqGeneral.html" style="text-decoration: none;"><div id="el121" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqGeneral.html','menu18',121);;;return stch('http://www.mmm.ucar.edu/wrf/faqGeneral.html');" onmouseout="rep_img(); popdn(this,121, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqGeneral.html', '#000099', '#FFFFFF', '');;; return stch('');">General</div></a><a id="lnk122" href="http://www.mmm.ucar.edu/wrf/faqIBM.html" style="text-decoration: none;"><div id="el122" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqIBM.html','menu18',122);;;return stch('http://www.mmm.ucar.edu/wrf/faqIBM.html');" onmouseout="rep_img(); popdn(this,122, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqIBM.html', '#000099', '#FFFFFF', '');;; return stch('');">NCAR IBM</div></a><a id="lnk123" href="http://www.mmm.ucar.edu/wrf/faqTerrain.html" style="text-decoration: none;"><div id="el123" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqTerrain.html','menu18',123);;;return stch('http://www.mmm.ucar.edu/wrf/faqTerrain.html');" onmouseout="rep_img(); popdn(this,123, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqTerrain.html', '#000099', '#FFFFFF', '');;; return stch('');">TERRAIN</div></a><a id="lnk124" href="http://www.mmm.ucar.edu/wrf/faqRegrid.html" style="text-decoration: none;"><div id="el124" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqRegrid.html','menu18',124);;;return stch('http://www.mmm.ucar.edu/wrf/faqRegrid.html');" onmouseout="rep_img(); popdn(this,124, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqRegrid.html', '#000099', '#FFFFFF', '');;; return stch('');">REGRID</div></a><a id="lnk125" href="http://www.mmm.ucar.edu/wrf/faqLittleR.html" style="text-decoration: none;"><div id="el125" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqLittleR.html','menu18',125);;;return stch('http://www.mmm.ucar.edu/wrf/faqLittleR.html');" onmouseout="rep_img(); popdn(this,125, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqLittleR.html', '#000099', '#FFFFFF', '');;; return stch('');">LITTLE_R</div></a><a id="lnk126" href="http://www.mmm.ucar.edu/wrf/faqRawins.html" style="text-decoration: none;"><div id="el126" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqRawins.html','menu18',126);;;return stch('http://www.mmm.ucar.edu/wrf/faqRawins.html');" onmouseout="rep_img(); popdn(this,126, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqRawins.html', '#000099', '#FFFFFF', '');;; return stch('');">RAWINS</div></a><a id="lnk127" href="http://www.mmm.ucar.edu/wrf/faqMM5.html" style="text-decoration: none;"><div id="el127" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqMM5.html','menu18',127);;;return stch('http://www.mmm.ucar.edu/wrf/faqMM5.html');" onmouseout="rep_img(); popdn(this,127, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqMM5.html', '#000099', '#FFFFFF', '');;; return stch('');">MM5</div></a><a id="lnk128" href="http://www.mmm.ucar.edu/wrf/faqGraph.html" style="text-decoration: none;"><div id="el128" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/faqGraph.html','menu18',128);;;return stch('http://www.mmm.ucar.edu/wrf/faqGraph.html');" onmouseout="rep_img(); popdn(this,128, 'menu18', 'http://www.mmm.ucar.edu/wrf/faqGraph.html', '#000099', '#FFFFFF', '');;; return stch('');">GRAPH</div></a><a id="lnk129" href="http://www.mmm.ucar.edu/mm5/faqConventions.html" style="text-decoration: none;"><div id="el129" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/mm5/faqConventions.html','menu18',129);;;return stch('http://www.mmm.ucar.edu/mm5/faqConventions.html');" onmouseout="rep_img(); popdn(this,129, 'menu18', 'http://www.mmm.ucar.edu/mm5/faqConventions.html', '#000099', '#FFFFFF', '');;; return stch('');">Conventions in MM5</div></a><a id="lnk130" href="http://www.mmm.ucar.edu/mm5/faqTrouble.html" style="text-decoration: none;"><div id="el130" style="margin: 0px; text-align: left; width: 162px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/mm5/faqTrouble.html','menu18',130);;;return stch('http://www.mmm.ucar.edu/mm5/faqTrouble.html');" onmouseout="rep_img(); popdn(this,130, 'menu18', 'http://www.mmm.ucar.edu/mm5/faqTrouble.html', '#000099', '#FFFFFF', '');;; return stch('');">Computer Related</div></a></div>
+<div tabindex="1" id="menu19" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 180px; left: 0px;"><a id="lnk131" href="http://www.mmm.ucar.edu/wrf/users/support.html" style="text-decoration: none;"><div id="el131" style="margin: 0px; text-align: left; width: 172px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/support.html','menu19',131);;;return stch('http://www.mmm.ucar.edu/wrf/users/support.html');" onmouseout="rep_img(); popdn(this,131, 'menu19', 'http://www.mmm.ucar.edu/wrf/users/support.html', '#000099', '#FFFFFF', '');;; return stch('');">General Information</div></a><a id="lnk132" href="http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html" style="text-decoration: none;"><div id="el132" style="margin: 0px; text-align: left; width: 172px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html','menu19',132);;;return stch('http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html');" onmouseout="rep_img(); popdn(this,132, 'menu19', 'http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html', '#000099', '#FFFFFF', '');;; return stch('');">wrfhelp</div></a><a id="lnk133" href="http://www.mmm.ucar.edu/wrf/users/supports/wrfnews.html" style="text-decoration: none;"><div id="el133" style="margin: 0px; text-align: left; width: 172px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/supports/wrfnews.html','menu19',133);;;return stch('http://www.mmm.ucar.edu/wrf/users/supports/wrfnews.html');" onmouseout="rep_img(); popdn(this,133, 'menu19', 'http://www.mmm.ucar.edu/wrf/users/supports/wrfnews.html', '#000099', '#FFFFFF', '');;; return stch('');">wrf-news</div></a><a id="lnk134" href="http://www.mmm.ucar.edu/wrf/users/supports/wrfusers.html" style="text-decoration: none;"><div id="el134" style="margin: 0px; text-align: left; width: 172px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/supports/wrfusers.html','menu19',134);;;return stch('http://www.mmm.ucar.edu/wrf/users/supports/wrfusers.html');" onmouseout="rep_img(); popdn(this,134, 'menu19', 'http://www.mmm.ucar.edu/wrf/users/supports/wrfusers.html', '#000099', '#FFFFFF', '');;; return stch('');">wrf-users</div></a><a id="lnk135" href="http://www.mmm.ucar.edu/wrf/users/supports/regist.html" style="text-decoration: none;"><div id="el135" style="margin: 0px; text-align: left; width: 172px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/supports/regist.html','menu19',135);;;return stch('http://www.mmm.ucar.edu/wrf/users/supports/regist.html');" onmouseout="rep_img(); popdn(this,135, 'menu19', 'http://www.mmm.ucar.edu/wrf/users/supports/regist.html', '#000099', '#FFFFFF', '');;; return stch('');">Become a Registered User</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 178px; position: absolute; height: 1px;"></div></div><a id="lnk136" href="http://www.mmm.ucar.edu/wrf/users/supports/workshop.html" style="text-decoration: none;"><div id="el136" style="margin: 0px; text-align: left; width: 172px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/supports/workshop.html','menu19',136);;;return stch('http://www.mmm.ucar.edu/wrf/users/supports/workshop.html');" onmouseout="rep_img(); popdn(this,136, 'menu19', 'http://www.mmm.ucar.edu/wrf/users/supports/workshop.html', '#000099', '#FFFFFF', '');;; return stch('');">Workshop</div></a><a id="lnk137" href="http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html" style="text-decoration: none;"><div id="el137" style="margin: 0px; text-align: left; width: 172px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html','menu19',137);;;return stch('http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html');" onmouseout="rep_img(); popdn(this,137, 'menu19', 'http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html', '#000099', '#FFFFFF', '');;; return stch('');">Tutorial</div></a></div>
+<div tabindex="1" id="menu20" style="z-index: 22; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 188px; left: 396px; top: 91px;"><a id="lnk138" href="http://www.mmm.ucar.edu/wrf/users/pub-doc.html" style="text-decoration: none;"><div id="el138" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/pub-doc.html','menu20',138);;;return stch('http://www.mmm.ucar.edu/wrf/users/pub-doc.html');" onmouseout="rep_img(); popdn(this,138, 'menu20', 'http://www.mmm.ucar.edu/wrf/users/pub-doc.html', '#000099', '#FFFFFF', '');;; return stch('');">Pubs &amp; Docs Overview</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 188px; position: absolute; height: 1px;"></div></div><a id="lnk139" href="http://www.mmm.ucar.edu/wrf/users/docs/arw_v3.pdf" style="text-decoration: none;"><div id="el139" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/arw_v3.pdf','menu20',139);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/arw_v3.pdf');" onmouseout="rep_img(); popdn(this,139, 'menu20', 'http://www.mmm.ucar.edu/wrf/users/docs/arw_v3.pdf', '#000099', '#FFFFFF', '');;; return stch('');">Technical Description of the ARW</div></a><a id="lnk140" href="http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html" style="text-decoration: none;"><div id="el140" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html','menu20',140);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html');" onmouseout="rep_img(); popdn(this,140, 'menu20', 'http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html', '#000099', '#FFFFFF', '');;; return stch('');">ARW User's Guide</div></a><a id="lnk141" href="http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html" style="text-decoration: none;"><div id="el141" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html','menu20',141);;;return stch('http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html');" onmouseout="rep_img(); popdn(this,141, 'menu20', 'http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html', '#000099', '#FFFFFF', '');;; return stch('');">Tutorial Presentation</div></a><a id="lnk142" href="http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm" style="text-decoration: none;"><div id="el142" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm','menu20',142);;;return stch('http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm');" onmouseout="rep_img(); popdn(this,142, 'menu20', 'http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm', '#000099', '#FFFFFF', '');;; return stch('');">WRF Online Tutorial</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 188px; position: absolute; height: 1px;"></div></div><a id="lnk143" href="http://www.mmm.ucar.edu/wrf/users/docs/wrf-dyn.html" style="text-decoration: none;"><div id="el143" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/wrf-dyn.html','menu20',143);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/wrf-dyn.html');" onmouseout="rep_img(); popdn(this,143, 'menu20', 'http://www.mmm.ucar.edu/wrf/users/docs/wrf-dyn.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Dynamics</div></a><a id="lnk144" href="http://www.mmm.ucar.edu/wrf/users/docs/wrf-phy.html" style="text-decoration: none;"><div id="el144" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/wrf-phy.html','menu20',144);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/wrf-phy.html');" onmouseout="rep_img(); popdn(this,144, 'menu20', 'http://www.mmm.ucar.edu/wrf/users/docs/wrf-phy.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Physics Document</div></a><a id="lnk145" href="http://www.mmm.ucar.edu/wrf/users/docs/ripug.htm" style="text-decoration: none;"><div id="el145" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/docs/ripug.htm','menu20',145);;;return stch('http://www.mmm.ucar.edu/wrf/users/docs/ripug.htm');" onmouseout="rep_img(); popdn(this,145, 'menu20', 'http://www.mmm.ucar.edu/wrf/users/docs/ripug.htm', '#000099', '#FFFFFF', '');;; return stch('');">RIP4 Document</div></a><a id="lnk146" href="http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html" style="text-decoration: none;"><div id="el146" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html','menu20',146);;;return stch('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html');" onmouseout="rep_img(); popdn(this,146, 'menu20', 'http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Model Code Document</div></a><a id="lnk147" href="http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html" style="text-decoration: none;"><div id="el147" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html','menu20',147);;;return stch('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html');" onmouseout="rep_img(); popdn(this,147, 'menu20', 'http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Model Code Browser</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 188px; position: absolute; height: 1px;"></div></div><a id="lnk148" href="http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html" style="text-decoration: none;"><div id="el148" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html','menu20',148);;;return stch('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html');" onmouseout="rep_img(); popdn(this,148, 'menu20', 'http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Software Archetecture Document</div></a><a id="lnk149" href="http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html" style="text-decoration: none;"><div id="el149" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html','menu20',149);;;return stch('http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html');" onmouseout="rep_img(); popdn(this,149, 'menu20', 'http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF I/O API Document</div></a><a id="lnk150" href="http://www.wrf-model.org/wrfadmin/publications.php" style="text-decoration: none;"><div id="el150" style="margin: 0px; text-align: left; width: 182px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.wrf-model.org/wrfadmin/publications.php','menu20',150);;;return stch('http://www.wrf-model.org/wrfadmin/publications.php');" onmouseout="rep_img(); popdn(this,150, 'menu20', 'http://www.wrf-model.org/wrfadmin/publications.php', '#000099', '#FFFFFF', '');;; return stch('');">Other WRF Software Publications </div></a></div>
+<div tabindex="1" id="menu21" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 120px; left: 0px;"><a id="lnk151" href="http://www.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/TutTOC.html" target="new" style="text-decoration: none;"><div id="el151" style="margin: 0px; text-align: left; width: 112px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/TutTOC.html target=new','menu21',151);;;;return stch('http://www.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/TutTOC.html');" onmouseout="rep_img(); popdn(this,151, 'menu21', 'http://www.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/TutTOC.html target=new', '#000099', '#FFFFFF', '');;;; return stch('');">html Format</div></a><a id="lnk152" href="http://www.mmm.ucar.edu/mm5/documents/tutorial-v3-notes.html" style="text-decoration: none;"><div id="el152" style="margin: 0px; text-align: left; width: 112px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/mm5/documents/tutorial-v3-notes.html','menu21',152);;;return stch('http://www.mmm.ucar.edu/mm5/documents/tutorial-v3-notes.html');" onmouseout="rep_img(); popdn(this,152, 'menu21', 'http://www.mmm.ucar.edu/mm5/documents/tutorial-v3-notes.html', '#000099', '#FFFFFF', '');;; return stch('');">pdf/ps Format</div></a></div>
+<div tabindex="1" id="menu22" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 210px; left: 0px;"><a id="lnk153" href="http://www.mmm.ucar.edu/wrf/users/links.html" style="text-decoration: none;"><div id="el153" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/links.html','menu22',153);;;return stch('http://www.mmm.ucar.edu/wrf/users/links.html');" onmouseout="rep_img(); popdn(this,153, 'menu22', 'http://www.mmm.ucar.edu/wrf/users/links.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF Links Overview</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 208px; position: absolute; height: 1px;"></div></div><a id="lnk154" href="http://ngwww.ucar.edu/" style="text-decoration: none;"><div id="el154" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://ngwww.ucar.edu/','menu22',154);;;return stch('http://ngwww.ucar.edu/');" onmouseout="rep_img(); popdn(this,154, 'menu22', 'http://ngwww.ucar.edu/', '#000099', '#FFFFFF', '');;; return stch('');">NCAR Graphics</div></a><a id="lnk155" href="http://www.ncl.ucar.edu/" style="text-decoration: none;"><div id="el155" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.ncl.ucar.edu/','menu22',155);;;return stch('http://www.ncl.ucar.edu/');" onmouseout="rep_img(); popdn(this,155, 'menu22', 'http://www.ncl.ucar.edu/', '#000099', '#FFFFFF', '');;; return stch('');">NCL Page</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 208px; position: absolute; height: 1px;"></div></div><a id="lnk156" href="http://www.unidata.ucar.edu/" style="text-decoration: none;"><div id="el156" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.unidata.ucar.edu/','menu22',156);;;return stch('http://www.unidata.ucar.edu/');" onmouseout="rep_img(); popdn(this,156, 'menu22', 'http://www.unidata.ucar.edu/', '#000099', '#FFFFFF', '');;; return stch('');">Unidata (for netCDF)</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 208px; position: absolute; height: 1px;"></div></div> <div id="el157" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='default';ShM=1;; popi('show-menu=scd','menu22',157);;;return stch('#');" onmouseout="rep_img(); popdn(this,157, 'menu22', 'show-menu=scd', '#000099', '#FFFFFF', '');;; return stch('');">NCAR CISL</div><img id="im_22_157_menu22" style="position: absolute; top: 78px; left: 193px;" onmouseover="gmobj('el157').onmouseover();" onmouseout="gmobj('el157').onmouseout();" src="known-prob_fichiers/arrow.gif" border="0"><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 208px; position: absolute; height: 1px;"></div></div><a id="lnk158" href="http://planetwrf.com/" style="text-decoration: none;"><div id="el158" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://planetWRF.com/','menu22',158);;;return stch('http://planetWRF.com/');" onmouseout="rep_img(); popdn(this,158, 'menu22', 'http://planetWRF.com/', '#000099', '#FFFFFF', '');;; return stch('');">planetWRF</div></a><a id="lnk159" href="http://cwrf.umd.edu/" style="text-decoration: none;"><div id="el159" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://cwrf.umd.edu/','menu22',159);;;return stch('http://cwrf.umd.edu/');" onmouseout="rep_img(); popdn(this,159, 'menu22', 'http://cwrf.umd.edu/', '#000099', '#FFFFFF', '');;; return stch('');">CWRF</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 208px; position: absolute; height: 1px;"></div></div><a id="lnk160" href="http://www.mmm.ucar.edu/" style="text-decoration: none;"><div id="el160" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/','menu22',160);;;return stch('http://www.mmm.ucar.edu/');" onmouseout="rep_img(); popdn(this,160, 'menu22', 'http://www.mmm.ucar.edu/', '#000099', '#FFFFFF', '');;; return stch('');">MMM Web Site</div></a><a id="lnk161" href="http://www.ncar.ucar.edu/ncar/" style="text-decoration: none;"><div id="el161" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.ncar.ucar.edu/ncar/','menu22',161);;;return stch('http://www.ncar.ucar.edu/ncar/');" onmouseout="rep_img(); popdn(this,161, 'menu22', 'http://www.ncar.ucar.edu/ncar/', '#000099', '#FFFFFF', '');;; return stch('');">NCAR Web Site</div></a><a id="lnk162" href="http://www.ucar.edu/ucar/" style="text-decoration: none;"><div id="el162" style="margin: 0px; text-align: left; width: 202px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.ucar.edu/ucar/','menu22',162);;;return stch('http://www.ucar.edu/ucar/');" onmouseout="rep_img(); popdn(this,162, 'menu22', 'http://www.ucar.edu/ucar/', '#000099', '#FFFFFF', '');;; return stch('');">UCAR Web Site</div></a></div>
+<div tabindex="1" id="menu23" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 120px; left: 0px;"><a id="lnk163" href="http://www2.cisl.ucar.edu/cisl-support?tab=accounts-allocations" style="text-decoration: none;"><div id="el163" style="margin: 0px; text-align: left; width: 112px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www2.cisl.ucar.edu/cisl-support?tab=accounts-allocations','menu23',163);;;return stch('http://www2.cisl.ucar.edu/cisl-support?tab=accounts-allocations');" onmouseout="rep_img(); popdn(this,163, 'menu23', 'http://www2.cisl.ucar.edu/cisl-support?tab=accounts-allocations', '#000099', '#FFFFFF', '');;; return stch('');">Account</div></a><a id="lnk164" href="http://www.scd.ucar.edu/dss/" style="text-decoration: none;"><div id="el164" style="margin: 0px; text-align: left; width: 112px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.scd.ucar.edu/dss/','menu23',164);;;return stch('http://www.scd.ucar.edu/dss/');" onmouseout="rep_img(); popdn(this,164, 'menu23', 'http://www.scd.ucar.edu/dss/', '#000099', '#FFFFFF', '');;; return stch('');">Data Support</div></a><a id="lnk165" href="http://www.scd.ucar.edu/docs/catalog/" style="text-decoration: none;"><div id="el165" style="margin: 0px; text-align: left; width: 112px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.scd.ucar.edu/docs/catalog/','menu23',165);;;return stch('http://www.scd.ucar.edu/docs/catalog/');" onmouseout="rep_img(); popdn(this,165, 'menu23', 'http://www.scd.ucar.edu/docs/catalog/', '#000099', '#FFFFFF', '');;; return stch('');">Documents</div></a></div>
+<div tabindex="1" id="menu24" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 160px; left: 0px;"><a id="lnk166" href="http://www.mmm.ucar.edu/wrf/users/downloads.html" style="text-decoration: none;"><div id="el166" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/downloads.html','menu24',166);;;return stch('http://www.mmm.ucar.edu/wrf/users/downloads.html');" onmouseout="rep_img(); popdn(this,166, 'menu24', 'http://www.mmm.ucar.edu/wrf/users/downloads.html', '#000099', '#FFFFFF', '');;; return stch('');">Downloads Overview</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk167" href="http://www.mmm.ucar.edu/wrf/users/download/get_source.html" style="text-decoration: none;"><div id="el167" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/download/get_source.html','menu24',167);;;return stch('http://www.mmm.ucar.edu/wrf/users/download/get_source.html');" onmouseout="rep_img(); popdn(this,167, 'menu24', 'http://www.mmm.ucar.edu/wrf/users/download/get_source.html', '#000099', '#FFFFFF', '');;; return stch('');">WRF</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk168" href="http://www.mmm.ucar.edu/wrf/users/download/free_data.html" style="text-decoration: none;"><div id="el168" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/download/free_data.html','menu24',168);;;return stch('http://www.mmm.ucar.edu/wrf/users/download/free_data.html');" onmouseout="rep_img(); popdn(this,168, 'menu24', 'http://www.mmm.ucar.edu/wrf/users/download/free_data.html', '#000099', '#FFFFFF', '');;; return stch('');">Input Data from NCAR</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk169" href="ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com" style="text-decoration: none;"><div id="el169" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com','menu24',169);;;return stch('ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com');" onmouseout="rep_img(); popdn(this,169, 'menu24', 'ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com', '#000099', '#FFFFFF', '');;; return stch('');">NCEP ftp</div></a></div>
+<div tabindex="1" id="menu25" style="z-index: 19; visibility: hidden; border: 1px solid rgb(153, 153, 153); position: absolute; background: none repeat scroll 0% 0% rgb(0, 0, 153); width: 160px; left: 0px;"><a id="lnk170" href="http://www.mmm.ucar.edu/wrf/users/forecasts.html" style="text-decoration: none;"><div id="el170" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.mmm.ucar.edu/wrf/users/forecasts.html','menu25',170);;;return stch('http://www.mmm.ucar.edu/wrf/users/forecasts.html');" onmouseout="rep_img(); popdn(this,170, 'menu25', 'http://www.mmm.ucar.edu/wrf/users/forecasts.html', '#000099', '#FFFFFF', '');;; return stch('');">Forecast Overview</div></a><div style="text-align: left;"><div onmouseout="popdn();" onmouseover="clearTimeout(Mtimer)" style="left: 0pt; background: none repeat scroll 0% 0% rgb(238, 238, 238); width: 158px; position: absolute; height: 1px;"></div></div><a id="lnk171" href="http://www.wrf-model.org/plots/realtime_main.php" style="text-decoration: none;"><div id="el171" style="margin: 0px; text-align: left; width: 152px; padding: 3px; font-weight: bold; font-style: normal; font-family: arial,helvetica; font-size: 8pt; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 0, 153);" onmouseover=";this.style.background='#FFFFFF';style.color='#999999';this.style.cursor='pointer';ShM=1;; popi('http://www.wrf-model.org/plots/realtime_main.php','menu25',171);;;return stch('http://www.wrf-model.org/plots/realtime_main.php');" onmouseout="rep_img(); popdn(this,171, 'menu25', 'http://www.wrf-model.org/plots/realtime_main.php', '#000099', '#FFFFFF', '');;; return stch('');">MMM Real-time WRF</div></a></div>
+
+
+
+
+
+
+<link href="known-prob_fichiers/wrfstyle.css" rel="stylesheet" type="text/css">
+
+
+
+<link href="known-prob_fichiers/wrfstyle.css" rel="stylesheet" type="text/css">
+
+
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+
+  <tbody><tr bgcolor="#000000">
+
+    <td height="10" bgcolor="#000000"><div align="left"><img src="known-prob_fichiers/transgif.html" height="1" width="1"></div>
+
+    </td>
+
+  </tr>
+
+  <tr valign="top">
+
+    <td height="10"><img src="known-prob_fichiers/header.jpg" height="56" width="1000" border="0"></td>
+
+  </tr>
+
+  <tr bgcolor="#ffcc33">
+
+    <td height="6" background="known-prob_fichiers/goldrule.jpg"><img src="known-prob_fichiers/goldrule.html" height="1" width="1"></td>
+
+  </tr>
+
+  <tr>
+
+    <td height="22" bgcolor="#6a9eff">&nbsp;</td>
+
+  </tr>
+
+  <tr>
+
+    <td height="2" bgcolor="#ffcc66"><img src="known-prob_fichiers/transgif.html" height="1" width="1"></td>
+
+  </tr>
+
+</tbody></table>
+
+<table class="background" height="89%" width="100%" border="0" cellpadding="0" cellspacing="0">
+
+  <tbody><tr>
+
+    <td colspan="2" valign="top"><table width="780" border="0" cellpadding="0" cellspacing="0">
+
+      <tbody><tr valign="top">
+
+        <td height="100%" width="117" bgcolor="#6a9eff"><p>&nbsp;</p>
+
+            <table height="160" width="100" align="center" border="0" cellpadding="0" cellspacing="0">
+
+              <tbody><tr>
+
+              <td><p align="right"><a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/install.html" class="leftnavlink">How 
+
+                    to Compile?</a></p>
+
+                  <p align="right"><a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/runwrf.html" class="leftnavlink">How 
+
+                    to Run?</a></p>
+
+                  <p align="right"><a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/wrf-namelist.html" class="leftnavlink">WRF 
+
+                    Namelist</a></p>
+
+                  <p class="leftnavlink" align="right"><a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/updates.html" class="leftnavlink">WRF 
+                    Updates</a></p>
+                  <p class="leftnavlink" align="right"><a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html" class="leftnavlink">Moving 
+                    Nest </a></p>
+                  <p align="right"><a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob.html" class="leftnavlink">Known 
+                    Problems and Fixes</a></p>
+                  <p align="right"><a href="http://www.mmm.ucar.edu/mm5/WRF_post/WRF-POST-PROCESSING-GUIDE.htm" class="leftnavlink">Graphic 
+                    Tools</a></p>
+
+                  <p align="right"><a href="http://www.mmm.ucar.edu/mm5/WRF_post/WRF-UTILITIES.htm" class="leftnavlink">Utilities</a></p></td>
+
+            </tr>
+
+          </tbody></table> 
+
+          <p>&nbsp;</p>          <p>&nbsp;</p></td>
+
+          <td colspan="2"><p>&nbsp;</p>
+            <p class="pagetitle">WRF Model Version 2.2 : Known Problems and Fixes</p>
+            <p class="bodytext">WRF model has been updated to <a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/updates-2.2.1.html">Version 
+              2.2.1</a>. Most of the posted problems in 2.2 have been included 
+              in the new version. </p>
+            <h2 class="bodytext"><strong>Known Problems In Version 2.2.1 (<a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob-2.2.1.html">details</a>) </strong>            </h2>
+            <blockquote>
+              <h2>Bug Fix for RSL_LITE (Posted 6/21/07)</h2>
+              <p class="bodytext"><strong>Problem</strong>: There is a bug in 
+                the rsl_lite code. It was discovered when Intel's OpenMPI was 
+                used.</p>
+              <p class="bodytext"><strong>Solution</strong>: Download <a href="http://www.mmm.ucar.edu/wrf/src/fix/rsl_bcast.c">rsl_bcast.c</a> 
+                to WRFV2/external/RSL_LITE/ directory, remove *.[oa] in that directory, 
+                and recompile. Even one does not have any problem running the 
+                code using rsl_lite, it is recommended to install the patch.</p>
+              <h2>Bug Fix for Open Boundary Condition (Posted 6/11/07)</h2>
+              <p class="bodytext"><strong>Problem</strong>: There is a bug in 
+                the open boundary condition code intrucduced in V2.2. If you are 
+                running an idealized case, and using open boundary condition option, 
+                this applies to you.</p>
+              <p class="bodytext"><strong>Solution</strong>: Download <a href="http://www.mmm.ucar.edu/wrf/src/fix/solve_em.F.fix">solve_em.F.fix</a> 
+                to WRFV2/dyn_em/ directory, rename and recompile.</p>
+              <h2>Update for Thompson Scheme (Posted 3/6/07)</h2>
+              <p class="bodytext"><strong>Problem</strong>: The new Thompson scheme 
+                released in V2.2 has been updated to correct a few bugs. If one 
+                has experienced blowups, the updates should help.</p>
+              <p class="bodytext"><strong>Solution</strong>: Download <a href="http://www.mmm.ucar.edu/wrf/src/fix/module_mp_thompson.F.fix">module_mp_thompson.F.fix</a>, 
+                and recompile.</p>
+              <h2>Compiler Errors (Posted 2/5/07)</h2>
+              <p class="bodytext"><strong>Problem</strong>: There are reported 
+                instances when a compiler failed to compile one or more of these 
+                routines: solve_em.F, start_domain_em.F, start_em.F, and so on 
+                in WRFV2.2.</p>
+              <p class="bodytext"><strong>Solution</strong>: Edit configure.wrf 
+                file, and list the un-successfully compiled routine under the 
+                current list of 'compile these without high optimization'. Use 
+                one of the routine in the list as an example. Make sure you add 
+                the routine in the list of dependencies, as well as a list of 
+                .o files for the compile rules to apply.</p>
+              <h2>Compile Option Update (Posted 1/29/07)</h2>
+              <p class="bodytext"><strong>Problem</strong>: If you tried to compile 
+                on 64-bit Intel or AMD Opteron machines using option 4 (Single-threaded, 
+                RSL, Allows Nesting), you may experience a compile failure due 
+                to missing grib1 library.</p>
+              <p class="bodytext"><strong>Solution</strong>: Download this <a href="http://www.mmm.ucar.edu/wrf/src/fix/configure.defaults.fix">configure.defaults.fix</a> 
+                to V2.2 WRFV2/arch/ directory, rename and replace the one there. 
+                Re-configure, and recompile.</p>
+              <h2>Error in Reading Observation Nudging Data (Posted 1/26/07)</h2>
+              <p class="bodytext"><strong>Problem</strong>: If it happens that 
+                your first observation data in the observation data file is outside 
+                your domain, the entire observation dataset would be ignored.</p>
+              <p class="bodytext"><strong>Solution</strong>: Download this <a href="http://www.mmm.ucar.edu/wrf/src/fix/wrf_fddaobs_in.F.fix">wrf_fddaobs_in.F.fix</a> 
+                to V2.2 WRFV2/share/ directory, rename and replace the one there. 
+                Recompile.</p>
+              <p class="bodytext">Also download the updated <a href="http://www.mmm.ucar.edu/wrf/src/fix/namelist.input.obs_fdda">namelist.input.obs_fdda</a> 
+                to test/em_real/ directory, and use it as a template.</p>
+              <h2>Compatability with Previous WRF/WRF-Var Code (RE-Posted 5/1/07)</h2>
+              <p class="bodytext"><strong>Problem</strong>: The WRF V2.2 netCDF 
+                I/O format has changed and is not entirely backward compatible. 
+                WRFV2.2 netCDF I/O routine can read pre-V2.2 files. But it will 
+                only write in V2.2 I/O format. If you would like to use WRF V2.2 
+                input and output files with WRF-Var V2.1, or WRF V2.1 with WPS 
+                and WRFV2.2 real, then this will apply.</p>
+              <p class="bodytext"><strong>Solution 1</strong>: Modify WRFV2.2 
+                netCDF I/O routine to write pre-V2.2 files using this <a href="http://www.mmm.ucar.edu/wrf/src/fix/wrf_io.F90.tmp">wrf_io.F90. 
+                </a></p>
+              <p class="bodytext"><strong>Solution</strong> <strong>2</strong>: 
+                Modify the older code to read and write the new V2.2 netCDF format 
+                using this <a href="http://www.mmm.ucar.edu/wrf/src/fix/wrf_io.F90.2.1.2.tmp">wrf_io.F90.</a>              </p>
+              <p class="bodytext">Move the downloaded wrf_io.F90 routine to WRFV2/external/io_netcdf/ 
+                directory, rename and replace the one there. Recompile.</p>
+              <h2>PGI F90 Compiler version 6.1-1, 6.1-2 (Posted 3/3/06)</h2>
+              <p class="bodytext"><strong>Problem</strong>: If you have PGI Fortran 
+                90 compiler versions 6.1-1, 6.1-2 and 6.1-3, you may experience 
+                problem with running WRF code.<br>
+                <br>
+                <strong>Solution</strong>: Upgrade your compiler to 6.1-4 or late 
+                versions.</p>
+              <h2><strong>RSL_LITE</strong>:</h2>
+              <p class="bodytext"><strong>Problem</strong>: Does not support periodic 
+                boundary condition in y-direction.</p>
+              <h2><strong>RSL</strong>:</h2>
+              <p class="bodytext"><strong>Problem</strong>: Does not support positive 
+                definite advection options.</p>
+            </blockquote>
+            <p class="bodytext">&nbsp;</p>
+            <hr> <p class="bodytext"><a href="http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob-old.html">Known-problem 
+              in previous versions</a>.</p>
+            <p class="detailtextRed" align="center"> 
+              <script language="JavaScript">
+
+<!--
+
+document.write("updated " + document.lastModified);
+
+// -->
+
+                        </script>updated 10/23/2008 23:09:05
+              <br>
+              <br>
+            </p></td>
+
+        </tr>
+
+      <tr valign="top">
+
+          <td height="2" bgcolor="#6a9eff">&nbsp;</td>
+
+        <td height="2" width="468"><img src="known-prob_fichiers/transgif.html" height="1" width="1"></td>
+
+        <td height="2" width="195"><img src="known-prob_fichiers/shim162.html" height="1" width="162"></td>
+
+      </tr>
+
+    </tbody></table></td>
+
+  </tr>
+
+  <tr>
+
+    <td height="50" valign="bottom" width="11%"><img src="known-prob_fichiers/wrf_logo.jpg" height="115" width="115" border="0"></td>
+
+    <td class="detailtext" valign="top" width="89%">&nbsp;</td>
+
+  </tr>
+
+  <tr>
+
+    <td colspan="2" class="detailtext" height="50" bgcolor="#6a9eff"><div align="center"><a href="http://www.mmm.ucar.edu/wrf/users/index.html">Home</a> -- <a href="http://www.mmm.ucar.edu/wrf/users/model.html">Model
+
+          System</a> -- <a href="http://www.mmm.ucar.edu/wrf/users/support.html">User Support</a> -- <a href="http://www.mmm.ucar.edu/wrf/users/pub-doc.html">Doc
+
+          / Pub</a> -- <a href="http://www.mmm.ucar.edu/wrf/users/links.html">Links</a> -- <a href="http://www.mmm.ucar.edu/wrf/users/downloads.html">Download</a> --
+
+ <a href="http://www.mmm.ucar.edu/wrf/users/forecasts.html">WRF Real-time Forecast</a></div></td>
+
+  </tr>
+
+</tbody></table>
+
+</body></html>
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/goldrule.html
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/goldrule.html	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/goldrule.html	(revision 1185)
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL /wrf/users/wrfv2/images/goldrule.jpg was not found on this server.</p>
+<hr>
+<address>Apache/2.2.20 (Unix) Server at www.mmm.ucar.edu Port 80</address>
+</body></html>
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/menu_array.js
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/menu_array.js	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/menu_array.js	(revision 1185)
@@ -0,0 +1,936 @@
+/*
+ Milonic DHTML Menu
+ Written by Andy Woolley
+ Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
+ Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
+ You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
+ your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
+ Comercial support contracts are available on request if you cannot comply with the above rules.
+
+ Please note that major changes to this file have been made and is not compatible with earlier versions..
+
+ You no longer need to number your menus as in previous versions.
+ The new menu structure allows you to name the menu instead. This means that you can remove menus and not break the system.
+ The structure should also be much easier to modify, add & remove menus and menu items.
+
+ If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
+
+ Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.
+*/
+
+//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.
+menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=JavaScript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
+//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file
+
+
+////////////////////////////////////
+// Editable properties START here //
+////////////////////////////////////
+
+timegap=300                   // The time delay for menus to remain visible
+followspeed=5                 // Follow Scrolling speed
+followrate=40                 // Follow Scrolling Rate
+suboffset_top=10              // Sub menu offset Top position
+suboffset_left=10             // Sub menu offset Left position
+
+
+
+PlainStyle=[                  // PlainStyle is an array of properties. You can have as many property arrays as you need
+"000033",                     // Mouse Off Font Color
+"6A9EFF",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
+"FFFFFF",                     // Mouse On Font Color
+"6A9EFF",                     // Mouse On Background Color
+"FFFFFF",                     // Menu Border Color
+"8PT",                        // Font Size (default is px but you can specify mm, pt or a percentage)
+"normal",                     // Font Style (italic or normal)
+"bold",                       // Font Weight (bold or normal)
+"ARIAL,helvetica",            // Font Name
+3,                            // Menu Item Padding or spacing
+"/wrf/users/images/arrow.gif",                  // Sub Menu Image (Leave this blank if not needed)
+0,                            // 3D Border & Separator bar
+"ffff00",                     // 3D High Color
+"ccffff",                     // 3D Low Color
+,                             // Current Page Item Font Color (leave this blank to disable)
+,                             // Current Page Item Background Color (leave this blank to disable)
+,                             // Top Bar image (Leave this blank to disable)
+,                             // Menu Header Font Color (Leave blank if headers are not needed)
+,                             // Menu Header Background Color (Leave blank if headers are not needed)
+"6A9EFF",                     // Menu Item Separator Color
+]
+
+PlainStyle2=[                 // PlainStyle is an array of properties. You can have as many property arrays as you need
+"ffffff",                     // Mouse Off Font Color
+"000099",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
+"999999",                     // Mouse On Font Color
+"ffffff",                     // Mouse On Background Color
+"999999",                     // Menu Border Color
+"8pt",                         // Font Size (default is px but you can specify mm, pt or a percentage)
+"normal",                     // Font Style (italic or normal)
+"bold",                       // Font Weight (bold or normal)
+"arial,helvetica",          // Font Name
+3,                            // Menu Item Padding or spacing
+"/wrf/users/images/arrow.gif",                  // Sub Menu Image (Leave this blank if not needed)
+0,                            // 3D Border & Separator bar
+"ffff00",                     // 3D High Color
+"ccffff",                     // 3D Low Color
+,                             // Current Page Item Font Color (leave this blank to disable)
+,                             // Current Page Item Background Color (leave this blank to disable)
+,                             // Top Bar image (Leave this blank to disable)
+,                             // Menu Header Font Color (Leave blank if headers are not needed)
+,                             // Menu Header Background Color (Leave blank if headers are not needed)
+"eeeeee",                     // Menu Item Separator Color
+]
+
+WWE=[                         // WWE is an array of properties. You can have as many property arrays as you need
+"ffffff",                     // Mouse Off Font Color
+"009966",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
+"999999",                     // Mouse On Font Color
+"ffffff",                     // Mouse On Background Color
+"999999",                     // Menu Border Color
+"8pt",                          // Font Size (default is px but you can specify mm, pt or a percentage)
+"normal",                     // Font Style (italic or normal)
+"bold",                       // Font Weight (bold or normal)
+"Arial",                      // Font Name
+,                             // Menu Item Padding or spacing
+"wwelogo4.jpg",               // Sub Menu Image (Leave this blank if not needed)
+1,                            // 3D Border & Separator bar
+"FF0033",                     // 3D High Color
+"000000",                     // 3D Low Color
+"FF0033",                     // Current Page Item Font Color (leave this blank to disable)
+"0000ff",                     // Current Page Item Background Color (leave this blank to disable)
+"wwelogo4.jpg",               // Top Bar image (Leave this blank to disable)
+"FF0033",                     // Menu Header Font Color (Leave blank if headers are not needed)
+"000000",                     // Menu Header Background Color (Leave blank if headers are not needed)
+"FFFFFF",                     // Menu Item Separator Color
+]
+
+
+addmenu(menu=[
+"Main",                       // Menu Name - This is needed in order for this menu to be called
+0,                            // Menu Top - The Top position of this menu in pixels
+25,                           // Menu Left - The Left position of this menu in pixels
+397,                          // Menu Width - Menus width in pixels
+0,                            // Menu Border Width
+,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
+WWE,                          // Properties Array - this array is declared higher up as you can see above
+0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
+,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
+,                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
+0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
+0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
+0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
+,                             // Position of TOP sub image left:center:right
+,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
+0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
+0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
+,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
+,                             // Background image for menu Color must be set to transparent for this to work
+0,                            // Scrollable Menu
+,                             // Miscellaneous Menu Properties
+])
+
+
+addmenu(menu=[
+"Join",
+0,
+25,
+397,
+0,
+,
+WWE,
+0,
+,
+,
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+])
+
+addmenu(menu=[
+"Mainmenu",
+72,								//  top position of menu
+,
+98,							// width of buttons
+,
+"left",							// left, center, right postition
+PlainStyle,
+1,
+"center",
+,
+0,
+1,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Home","show-menu=Home",,,1
+,"Model System","show-menu=Model",,,1
+,"User Support","show-menu=Support",,,1
+,"Download","show-menu=Download",,,1
+,"Doc / Pub","show-menu=Pub",,,1
+,"Links","show-menu=Links",,,1
+,"Users Forum","http://forum.wrfforum.com/",,,1
+,"WRF Forecast","show-menu=Forecast",,,0
+])
+
+
+addmenu(menu=[
+"Home",
+,
+,
+160,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+, 
+,"WRF Main Home Page","http://www.wrf-model.org",,,0
+,"WRF Users Home Page","http://www.mmm.ucar.edu/wrf/users",,,0
+,"Public Notice","http://www.mmm.ucar.edu/wrf/users/notice.html",,,0
+,"Contact WRF Support","http://www.mmm.ucar.edu/wrf/users/contact.html",,,0
+])
+
+
+addmenu(menu=[
+"Model",
+,
+,
+160,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+, 
+,"Model Overview","http://www.mmm.ucar.edu/wrf/users/model.html",,,1
+,"WRF V3.3","show-menu=WV33",,,0
+,"WPS V3.3","show-menu=WPSV33",,,1
+,"WRF V3.2","show-menu=WV32",,,0
+,"WPS V3.2","show-menu=WPSV32",,,1
+,"WRF V3.1","show-menu=WV31",,,0
+,"WPS V3.1","show-menu=WPSV31",,,1
+,"WRF V3.0","show-menu=WV3",,,0
+,"WPS V3.0","show-menu=WPSV3",,,1
+,"WRF V2.2","show-menu=WV2",,,0
+,"WPS V2.2","show-menu=WPSV2",,,0
+,"WRFSI V2.1","show-menu=SIV2",,,1
+,"WRF for Hurricanes","http://www.mmm.ucar.edu/wrf/users/hurricanes/wrf_ahw.html",,,1
+,"WRF for Wildland Fire","http://www.mmm.ucar.edu/wrf/users/fire/wrf-fire.html",,,1
+,"WRF Online Tutorial","http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm",,,1
+,"WRF Graphic Tools","http://www.mmm.ucar.edu/wrf/users/graphics/WRF-post-processing.htm",,,0
+,"WRF Utility Programs","http://www.mmm.ucar.edu/wrf/users/utilities/util.htm",,,1
+,"WRF Contributed Code","http://www.mmm.ucar.edu/wrf/users/contributed/contributed.html",,,1
+,"WRFDA","http://www.mmm.ucar.edu/wrf/users/wrfda/index.html",,,1
+,"WRF Chemistry","http://ruc.noaa.gov/wrf/WG11/",,,1
+,"MET Verification Software","http://www.dtcenter.org/met/users",,,1
+,"WRF Software","http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html ",,,1
+/*,"FAQ","show-menu=FAQ",,,1*/
+//,"4DVAR","http://www.mmm.ucar.edu/mm5/demo.html" target=new,,,1
+//,"Timing Results","http://www.mmm.ucar.edu/mm5/mm5v2/mm5v2-timing.html",,,0
+])
+
+addmenu(menu=[
+"WV33",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WRF V3.3","http://www.mmm.ucar.edu/wrf/users/wrfv3.3/wrf_model.html",,,0
+,"WRF Updates for V3.3","http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.html",,,0
+,"WRF Updates for V3.3.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.3/updates-3.3.1.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist",,,0
+,"Moving Nest","http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html",,,0
+,"Nudging","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html",,,0
+,"Known Problems and Fixes for V3.3","http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.html",,,0
+,"Known Problems and Fixes for V3.3.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.3/known-prob-3.3.1.html",,,0
+])
+
+addmenu(menu=[
+"WPSV33",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WPS 3.3","http://www.mmm.ucar.edu/wrf/users/wpsv3.3/wps.html",,,0
+,"WPS Updates for V3.3","http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.html",,,0
+,"WPS Updates for V3.3.1","http://www.mmm.ucar.edu/wrf/users/wpsv3.3/updates-3.3.1.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml",,,0
+,"WPS Known Problems and Fixes for V3.3","http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.html",,,0
+,"WPS Known Problems and Fixes for V3.3.1","http://www.mmm.ucar.edu/wrf/users/wpsv3.3/known-prob-3.3.1.html",,,0
+
+])
+
+addmenu(menu=[
+"WV32",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WRF V3.2","http://www.mmm.ucar.edu/wrf/users/wrfv3.2/wrf_model.html",,,0
+,"WRF Updates for V3.2","http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.html",,,0
+,"WRF Updates for V3.2.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.2/updates-3.2.1.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist",,,0
+,"Moving Nest","http://www.mmm.ucar.edu/wrf/users/hurricanes/moving_nest.html",,,0
+,"Nudging","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html",,,0
+,"Known Problems and Fixes for V3.2","http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.html",,,0
+,"Known Problems and Fixes for V3.2.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.2/known-prob-3.2.1.html",,,0
+//,"Source Code","http://www.mmm.ucar.edu/wrf/users/wherewrf.html",,,0
+//,"Data","http://www.mmm.ucar.edu/wrf/users/data/how_to_get_data.html",,,0
+
+])
+
+addmenu(menu=[
+"WPSV32",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WPS 3.2","http://www.mmm.ucar.edu/wrf/users/wpsv3.2/wps.html",,,0
+,"WPS Updates for V3.2","http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.html",,,0
+,"WPS Updates for V3.2.1","http://www.mmm.ucar.edu/wrf/users/wpsv3.2/updates-3.2.1.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml",,,0
+,"WPS Known Problems and Fixes for V3.2","http://www.mmm.ucar.edu/wrf/users/wpsv3.2/known-prob-3.2.html",,,0
+
+])
+
+addmenu(menu=[
+"WV31",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WRF V3.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/wrf_model.html",,,0
+,"WRF Updates for V3.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.html",,,0
+,"WRF Updates for V3.1.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/updates-3.1.1.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Installing_WRF",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#RunWRF",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap5.htm#_Description_of_Namelist",,,0
+,"Moving Nest","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/moving_nest.html",,,0
+,"Nudging","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/nudging.html",,,0
+,"Known Problems and Fixes for V3.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.html",,,0
+,"Known Problems and Fixes for V3.1.1","http://www.mmm.ucar.edu/wrf/users/wrfv3.1/known-prob-3.1.1.html",,,0
+//,"Source Code","http://www.mmm.ucar.edu/wrf/users/wherewrf.html",,,0
+//,"Data","http://www.mmm.ucar.edu/wrf/users/data/how_to_get_data.html",,,0
+
+])
+
+addmenu(menu=[
+"WPSV31",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WPS 3.1","http://www.mmm.ucar.edu/wrf/users/wpsv3.1/wps.html",,,0
+,"WPS Updates for V3.1","http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.html",,,0
+,"WPS Updates for V3.1.1","http://www.mmm.ucar.edu/wrf/users/wpsv3.1/updates-3.1.1.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#Install",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#RunWPS",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3.1/users_guide_chap3.htm#nml",,,0
+,"WPS Known Problems and Fixes for V3.1","http://www.mmm.ucar.edu/wrf/users/wpsv3.1/known-prob-3.1.html",,,0
+
+])
+
+addmenu(menu=[
+"WV3",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WRF V3.0","http://www.mmm.ucar.edu/wrf/users/wrfv3/wrf_model.html",,,0
+,"WRF Updates","http://www.mmm.ucar.edu/wrf/users/wrfv3/updates.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Installing_WRF",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#RunWRF",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap5.htm#_Description_of_Namelist",,,0
+,"Moving Nest","http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html",,,0
+,"Nudging","http://www.mmm.ucar.edu/wrf/users/wrfv3/nudging.html",,,0
+,"Known Problems and Fixes","http://www.mmm.ucar.edu/wrf/users/wrfv3/known-prob.html",,,0
+//,"Source Code","http://www.mmm.ucar.edu/wrf/users/wherewrf.html",,,0
+//,"Data","http://www.mmm.ucar.edu/wrf/users/data/how_to_get_data.html",,,0
+
+])
+
+addmenu(menu=[
+"WPSV3",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WPS 3.0","http://www.mmm.ucar.edu/wrf/users/wpsv3/wps.html",,,0
+,"WPS Updates","http://www.mmm.ucar.edu/wrf/users/wpsv3/updates.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#Install",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#RunWPS",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/users_guide_chap3.htm#nml",,,0
+,"WPS Known Problems and Fixes","http://www.mmm.ucar.edu/wrf/users/wpsv3/known-prob.html",,,0
+
+])
+
+addmenu(menu=[
+"WV2",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WRF V2.2","http://www.mmm.ucar.edu/wrf/users/wrfv2/wrf_model.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/wrfv2/install.html",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/wrfv2/runwrf.html",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap5.html#Nml",,,0
+,"WRF Updates","http://www.mmm.ucar.edu/wrf/users/wrfv2/updates.html",,,0
+,"Moving Nest","http://www.mmm.ucar.edu/wrf/users/wrfv2/moving_nest.html",,,0
+,"Nudging","http://www.mmm.ucar.edu/wrf/users/wrfv2/nudging.html",,,0
+,"Known Problems and Fixes","http://www.mmm.ucar.edu/wrf/users/wrfv2/known-prob.html",,,0
+//,"Source Code","http://www.mmm.ucar.edu/wrf/users/wherewrf.html",,,0
+//,"Data","http://www.mmm.ucar.edu/wrf/users/data/how_to_get_data.html",,,0
+
+])
+
+
+addmenu(menu=[
+"WPSV2",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WPS 2.2","http://www.mmm.ucar.edu/wrf/users/wpsv2/wps.html",,,0
+,"How to Compile","http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#Install",,,0
+,"How to Run","http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#RunSI",,,0
+,"Namelists","http://www.mmm.ucar.edu/wrf/users/docs/user_guide/users_guide_chap3.html#nml",,,0
+,"WPS Updates","http://www.mmm.ucar.edu/wrf/users/wpsv2/updates.html",,,0
+,"WPS Known Problems and Fixes","http://www.mmm.ucar.edu/wrf/users/wpsv2/known-prob.html",,,0
+
+])
+
+
+addmenu(menu=[
+"SIV2",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"SI Home Page","http://wrfsi.noaa.gov/",,,0
+//,"Features in WPS 2.2","http://www.mmm.ucar.edu/wrf/users/wpsv2/wps.html",,,0
+//,"How to Compile","http://www.mmm.ucar.edu/wrf/users/wpsv2/install.html",,,0
+//,"How to Run","http://www.mmm.ucar.edu/wrf/users/wpsv2/runwrf.html",,,0
+//,"Namelists","http://www.mmm.ucar.edu/wrf/users/wpsv2/wrf-namelist.html",,,0
+//,"WRF Updates","http://www.mmm.ucar.edu/wrf/users/wpsv2/updates.html",,,0
+//,"WRF Updates","http://www.mmm.ucar.edu/wrf/users/wpsv2/known-prob.html",,,0
+,"Known Problems and Fixes","http://www.mmm.ucar.edu/wrf/users/wrfsi/si-known-prob.html",,,0
+
+])
+
+
+addmenu(menu=[
+"VAR3",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Features in WRF-Var V3","http://www.mmm.ucar.edu/wrf/users/wrfvar/wrfvar.html",,,0
+,"WRF-Var Release Updates","http://www.mmm.ucar.edu/wrf/users/wrfvar/updates.html",,,0
+,"WRF-Var Known Problems and Fixes","http://www.mmm.ucar.edu/wrf/users/wrfvar/known-prob.html",,,0
+//,"WRF-Var Home Page","http://www.mmm.ucar.edu/wrf/WG4/wrfvar/wrfvar.htm",,,0
+//,"3DVAR Group Page","http://www.mmm.ucar.edu/wrf/WG4",,,0
+//,"Data","http://www.mmm.ucar.edu/wrf/users/data/how_to_get_data.html",,,0
+
+])
+
+
+addmenu(menu=[
+"FAQ",
+,
+,
+170,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"General","http://www.mmm.ucar.edu/wrf/faqGeneral.html",,,0
+,"NCAR IBM","http://www.mmm.ucar.edu/wrf/faqIBM.html",,,0
+,"TERRAIN","http://www.mmm.ucar.edu/wrf/faqTerrain.html",,,0
+,"REGRID","http://www.mmm.ucar.edu/wrf/faqRegrid.html",,,0
+,"LITTLE_R","http://www.mmm.ucar.edu/wrf/faqLittleR.html",,,0
+,"RAWINS","http://www.mmm.ucar.edu/wrf/faqRawins.html",,,0
+//,"INTERPF","http://www.mmm.ucar.edu/mm5/faqInterpf.html",,,0
+,"MM5","http://www.mmm.ucar.edu/wrf/faqMM5.html",,,0
+//,"INTERPB","http://www.mmm.ucar.edu/mm5/demo.html",,,0
+//,"NESTDOWN","http://www.mmm.ucar.edu/mm5/demo.html",,,0
+,"GRAPH","http://www.mmm.ucar.edu/wrf/faqGraph.html",,,0
+//,"RIP","http://www.mmm.ucar.edu/mm5/demo.html",,,0
+,"Conventions in MM5","http://www.mmm.ucar.edu/mm5/faqConventions.html",,,0
+,"Computer Related","http://www.mmm.ucar.edu/mm5/faqTrouble.html",,,0
+
+])
+
+
+addmenu(menu=[
+"Support",
+,
+,
+180,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+//,"User Support Overview","http://www.mmm.ucar.edu/wrf/users/support.html",,,0
+,"General Information","http://www.mmm.ucar.edu/wrf/users/support.html",,,0
+,"wrfhelp","http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html",,,0
+,"wrf-news","http://www.mmm.ucar.edu/wrf/users/supports/wrfnews.html",,,0
+,"wrf-users","http://www.mmm.ucar.edu/wrf/users/supports/wrfusers.html",,,0
+,"Become a Registered User","http://www.mmm.ucar.edu/wrf/users/supports/regist.html",,,1
+,"Workshop","http://www.mmm.ucar.edu/wrf/users/supports/workshop.html",,,0
+,"Tutorial","http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html",,,0
+//,"Tutorial","show-menu=Tutorials",,,0
+//,"On-Line tutorial","http://www.mmm.ucar.edu/mm5/mm5v3/tutorial/teachyourself.html target=new",,,1
+//,"Users information","http://www.mmm.ucar.edu/mm5/institutes.html",,,0
+])
+
+
+addmenu(menu=[
+"Pub",
+,
+,
+190,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Pubs & Docs Overview","http://www.mmm.ucar.edu/wrf/users/pub-doc.html",,,1
+//,"Journal Publications","http://www.mmm.ucar.edu/wrf/users/Publications/wrf-papers.html",,,0
+//,"Workshop Preprints","http://www.mmm.ucar.edu/wrf/users/Publications/workshop-preprints.html",,,0
+/*,"WRF User's Guide","show-menu=userguide",,,0*/
+,"Technical Description of the ARW","http://www.mmm.ucar.edu/wrf/users/docs/arw_v3.pdf",,,0
+,"ARW User's Guide","http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html",,,0
+,"Tutorial Presentation","http://www.mmm.ucar.edu/wrf/users/supports/tutorial.html",,,0
+,"WRF Online Tutorial","http://www.mmm.ucar.edu/wrf/OnLineTutorial/index.htm",,,1
+,"WRF Dynamics","http://www.mmm.ucar.edu/wrf/users/docs/wrf-dyn.html",,,0
+,"WRF Physics Document","http://www.mmm.ucar.edu/wrf/users/docs/wrf-phy.html",,,0
+,"RIP4 Document","http://www.mmm.ucar.edu/wrf/users/docs/ripug.htm",,,0
+,"WRF Model Code Document","http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html",,,0
+,"WRF Model Code Browser","http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html",,,1
+,"WRF Software Archetecture Document","http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html",,,0
+,"WRF I/O API Document","http://www.mmm.ucar.edu/wrf/WG2/software_2.0/index.html",,,0
+,"Other WRF Software Publications ","http://www.wrf-model.org/wrfadmin/publications.php",,,0
+//,"NCAR Tech Notes","http://www.mmm.ucar.edu/wrf/users/doc1.html",,,0
+])
+
+addmenu(menu=[
+"userguide",
+,
+,
+120,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"html Format","http://www.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/TutTOC.html target=new",,,0
+,"pdf/ps Format","http://www.mmm.ucar.edu/mm5/documents/tutorial-v3-notes.html",,,0
+])
+
+
+addmenu(menu=[
+"Links",
+,
+,
+210,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"WRF Links Overview","http://www.mmm.ucar.edu/wrf/users/links.html",,,1
+,"NCAR Graphics","http://ngwww.ucar.edu/",,,0
+,"NCL Page","http://www.ncl.ucar.edu/",,,1
+,"Unidata (for netCDF)","http://www.unidata.ucar.edu/",,,1
+,"NCAR CISL","show-menu=SCD",,,1
+,"planetWRF","http://planetWRF.com/",,,0
+,"CWRF","http://cwrf.umd.edu/",,,1
+,"MMM Web Site","http://www.mmm.ucar.edu/",,,0
+,"NCAR Web Site","http://www.ncar.ucar.edu/ncar/",,,0
+,"UCAR Web Site","http://www.ucar.edu/ucar/",,,0
+])
+
+addmenu(menu=[
+"SCD",
+,
+,
+120,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Account","http://www2.cisl.ucar.edu/cisl-support?tab=accounts-allocations",,,0
+,"Data Support","http://www.scd.ucar.edu/dss/",,,0
+,"Documents","http://www.scd.ucar.edu/docs/catalog/",,,0
+])
+
+
+addmenu(menu=[
+"Download",
+,
+,
+160,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Downloads Overview","http://www.mmm.ucar.edu/wrf/users/downloads.html",,,1
+,"WRF","http://www.mmm.ucar.edu/wrf/users/download/get_source.html",,,1
+,"Input Data from NCAR","http://www.mmm.ucar.edu/wrf/users/download/free_data.html",,,1
+,"NCEP ftp","ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com",,,0
+])
+
+
+addmenu(menu=[
+"Forecast",
+,
+,
+160,
+1,
+,
+PlainStyle2,
+0,
+,
+"Fade(duration=0.5);Shadow(color=777777, Direction=135, Strength=5)",
+0,
+0,
+0,
+,
+,
+0,
+0,
+,
+,
+0,
+,
+,"Forecast Overview","http://www.mmm.ucar.edu/wrf/users/forecasts.html",,,1
+,"MMM Real-time WRF","http://www.wrf-model.org/plots/realtime_main.php",,,0
+//,"Other Sites","http://rain.mmm.ucar.edu/mm5/pages/sites.html",,,0
+])
+
+dumpmenus();
+	
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/mmenu.js
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/mmenu.js	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/mmenu.js	(revision 1185)
@@ -0,0 +1,530 @@
+/*
+ Milonic DHTML Website Navigation Menu - Version 3.5.12
+ Written by Andy Woolley - Copyright 2003 (c) Milonic Solutions Limited. All Rights Reserved.
+ Please visit http://www.milonic.co.uk/menu/ for more information.
+
+ The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
+ Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
+ All Copyright notices MUST remain in place at ALL times and, please keep us informed of your
+ intentions to use the menu and send us your URL.
+ 
+   ******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE. *******
+  
+*/
+Mtimer=setTimeout("rep_img()",99999);_d=document;smc=-1;MLoaded=0;ST=0;mspu=0;pu=0;
+ns4=(_d.layers)?true:false
+ns6=(navigator.userAgent.indexOf("Gecko")!=-1)?true:false
+mac=(navigator.appVersion.indexOf("Mac")!=-1)?true:false
+mac45=(navigator.appVersion.indexOf("MSIE 4.5")!=-1)?true:false
+if(ns6||ns4)mac=false
+
+loadWait=0;
+
+opra=(navigator.userAgent.indexOf("Opera")!=-1)?true:false
+ns61=(parseInt(navigator.productSub)>=20010726)?true:false
+ie4=(!_d.getElementById&&_d.all)?true:false;ta=0;
+ie55=((navigator.appVersion.indexOf("MSIE 6.0")!=-1||navigator.appVersion.indexOf("MSIE 5.5")!=-1))?true:false;
+if(ie55&&opra)ie55=false;
+konq=(navigator.userAgent.indexOf("Konqueror")!=-1)?true:false
+IEDtD=0;if((_d.all&&_d.compatMode=="CSS1Compat")||(mac&&_d.doctype&&_d.doctype.name.indexOf(".dtd")!=-1))IEDtD=1;
+mp=(ns6)?"pointer":"hand";oatop=0;aleft=0;oaleft=1;osy=0;oww=-1;owh=-1;frs=0;fre=0;nsmatch=0;okpgms=0;inDragMode=0;closeFel=1;
+var a,_am,oa,im,om,flta;hlarr=new Array();hlcnt=0;hll=0;Mname=new Array();parr=new Array();SwapIM=new Array();SoImG=new Array();keyar=new Array();keyarC=0;keynum=0;MenuHasFocus=1;
+_OfM=0;ParentMenu=0;pf=0;gmi=20;ns6hif=0;timo=0;el=0;nshl=0;var omv=0;df=1;im=0;ofrac=0;omnu=0;kmnu=0;ac=22;m=1;sy=1;sx=1;ShM=0;ww=0;wh=0;var imar=new Array();mr=",";
+while(self["menu"+m]){mr+="menu"+m+",";tmenu=eval("menu"+m);
+Mname[m]=tmenu[0].toLowerCase();m++}
+mr=mr+" ";mr=mr.split("\,");menus=mr.length-1;var cgm=0;
+function gmobj(mtxt){if(_d.getElementById){m=_d.getElementById(mtxt)}else if(_d.all){m=_d.all[mtxt]}else if(_d.layers){m=_d[mtxt]}return m;}
+function gmstyle(mtxt){m=gmobj(mtxt);if(!ns4){if(m)m=m.style;}return m;}
+function spos(gm,t_,l_,h_,w_){px="px";if(ns4){px="";gms=gm;if(w_!=null)gms.clip.width=w_;if(h_!=null)gms.clip.height=h_;}else if(opra){px="";gms=gm.style;if(w_!=null)gms.pixelWidth=w_;if(h_!=null)gms.pixelHeight=h_}else{gms=gm.style;if(w_!=null)gms.width=w_+px;if(h_!=null)gms.height=h_+px;}if(t_!=null)gms.top=t_+px;if(l_!=null)gms.left=l_+px}
+function gpos(gm){if(ns4){t_=gm.top;l_=gm.left;h_=gm.clip.height;w_=gm.clip.width;}else if(opra){t_=gm.offsetTop;l_=gm.offsetLeft;h_=gm.offsetHeight;w_=gm.offsetWidth;}else if(ns6){t_=gm.offsetTop;l_=gm.offsetLeft;h_=gm.offsetHeight;w_=gm.offsetWidth}else{if(mac){topM=gm.offsetParent.topMargin;if(!topM)topM=0;leftM=gm.offsetParent.leftMargin;if(!leftM)leftM=0;t_=parseInt(topM)+gm.offsetTop;l_=parseInt(leftM)+gm.offsetLeft;}else{t_=gm.offsetTop;l_=gm.offsetLeft;}h_=gm.offsetHeight;w_=gm.offsetWidth;}if(konq){w_=parseInt(gm.style.width);h_=parseInt(gm.style.height);}var gpa=new Array();gpa[0]=t_;gpa[1]=l_;gpa[2]=h_;gpa[3]=w_;return(gpa)}
+function getMouseXY(e){if(ns4||ns6){MouseX=e.pageX;MouseY=e.pageY;}else{MouseX=event.clientX;MouseY=event.clientY}if(!opra&&_d.all){MouseX=MouseX+_d.body.scrollLeft;MouseY=MouseY+_d.body.scrollTop;if(IEDtD)MouseY=MouseY+sy}if(inDragMode){gm=gmobj(DragLayer);spos(gm,MouseY-DragY,MouseX-DragX);return false}return true}
+function parseLink(txt,what){txt=txt+";";lt="";if(what=="link"){if(txt.indexOf("&quot;")>0){lt=txt}else{sp=txt.indexOf(" ");lt=txt.substr(0,sp);}}else{sp=txt.indexOf(what)+what.length+1;if(sp>what.length){lt=txt.substr(sp,999);lt=lt.substr(0,lt.indexOf(";"))}}return lt}
+function cHexColor(_c){return _c.match(/^[0-9a-f]{6,6}$/i) ? '#' + _c.toUpperCase() : _c;}
+function stch(ms){window.status=ms;return true}
+function fixForm(divname,show){if(ie55||ns6||mac)return;mfrms=divname.split(";");for(oa=0;oa<mfrms.length;oa++){if(opra||ns4){SDiv(mfrms[oa],show)}else{gmf=_d.forms[mfrms[oa]];if(gmf){for(foa=0;foa<gmf.length;foa++){if(gmf.elements[foa].type.substr(0,7)=="select-"){fobj=gmf.elements[foa].style;if(show){fobj.visibility="visible";fobj.overflow="visible"}else{fobj.visibility="hidden";fobj.overflow="hidden"}}}}}}}
+function SDiv(nm,sh){if(ns4&&nm.indexOf(".")>0)tD=eval(nm); else tD=gmstyle(nm);if(tD)if(sh)tD.visibility="visible";else {tD.visibility="hidden";if(ie55){gmif=gmobj("if"+nm);if(gmif)gmif.style.visibility='hidden';}}}
+function close_el(){for(xa=hlarr.length-1;xa>=0;xa--){ti=hlarr[xa].split("@");if(!ns4&&SoImG[ti[1]]){stimo="im_"+ti[0].substring(4,99)+"_"+ti[1]+"_"+ti[0];stimo=gmobj(stimo);menu=eval(ti[0]);if(menu[11]==1)stimo.src=menu[6][16]; else stimo.src=menu[6][10];}tmenu=eval(ti[0]);if(ns4){shl(ti[0],ti[1],'hide')}else{arg=gmobj("el"+ti[1]);arg.style.background=ti[2];arg.style.color=""+ti[3];if(ti[4])arg.style.borderColor=ti[4]}if(ti[0]==hll){if(ns4)shl(ti[0],hel,'show');return}}hlcnt=0;hlarr=new Array()}
+function closeallmenus(){ShM=0;om="";hll="";close_el();if(ParentMenu){if(ParentMenu.closeFel)ParentMenu.close_el();}if(pf&&pf.MLoaded){pf.closeallmenus();}if(ns4){omv.visibility="hide"}for(a=1;a<menus;a++){menu=eval("menu"+a);if(menu[17]&&MLoaded>1)fixForm(menu[17],1);if(menu[7]!=1)SDiv("menu"+a,0);else _am=""}}
+function rep_img(){if(timo&&timo.src!=o_img){timo.src=o_img}}
+function popdn(){arg=popdn.arguments;if(arg[0]){if(arg[3].substr(0,5)!="show-"){if(ns4){shl(arg[2],arg[1],"hide")}else{arg[0].style.background=arg[4];arg[0].style.color=arg[5];if(arg[6])arg[0].style.borderColor=arg[6]}}else{if(ns4)omv=0;hlarr[hlcnt]=arg[2]+"@"+arg[1]+"@"+arg[4]+"@"+arg[5]+"@"+arg[6];hlcnt++;}menu=eval(arg[2]);if(!menu[12]){clearTimeout(Mtimer);Mtimer=setTimeout("closeallmenus();resetShM();",timegap)}}else{clearTimeout(Mtimer);Mtimer=setTimeout("closeallmenus();resetShM",timegap)}}
+function dc(){if(nshl.indexOf("show-menu=")>-1)return;tr=ltarg.split("=");if(tr[1])parent.frames[tr[1]].location.href=nshl;else location.href=nshl;}
+function getMenuByName(mn){mn=mn.toLowerCase();for(a=1;a<menus;a++){if(mn==Mname[a]){return a;}}return a;}
+function getMenuItem(mn,item){for(a=1;a<mn;a++){menu=eval("menu"+a);item=item+((menu.length-ac)/5)}item--;return item}
+function sis(){for(a=1;a<imar.length;a++){tim=imar[a].split("_");if(tim[4]){tim[3]=tim[3]+"_"+tim[4]}menu=eval(tim[3]);if(ns4){im=_d.layers[tim[3]].document.layers["el"+tim[2]];imp=gpos(im);eln="";for(x=0;x<2;x++){imo=_d.layers[tim[3]].document.layers[eln+"el"+tim[2]].document.layers[imar[a]];imop=gpos(imo);imL=imp[3]-(imop[3]);imT=(imp[2]/2)-(imop[2]/2);if(menu[15])imL=1;if(menu[13]=="left")imL=1;if(menu[13]=="center")imL=(imp[3]/2);eln="m";spos(imo,imT,imL,null,null);}}else{imo=gmobj(imar[a]);imop=gpos(imo);im=gmobj("el"+tim[2]);imp=gpos(im);if(mac){x=menu[6][9];imp[0]=imp[0]-x;imop[0]=imo[0]-x}if(menu[11]){imco=gpos(gmobj("hel"+tim[2]));imc=imco[1];}else{imc=0}imT=imp[0]+(imp[2]/2)-(imop[2]/2);imL=imc+imp[3]-(imop[3]);if(menu[15])imL=imc;if(menu[13]=="left")imL=imc;if(menu[13]=="center")imL=imc+(imp[3]/2);if(ns6&&!ns61){nsC=gpos(gmobj(tim[3]));imT=imT-nsC[0];imL=imL-nsC[1]}spos(imo,imT,imL,null,null);}}}
+function fixb(mnu){menu=eval(mnu);ic=(menu.length-ac)/5;menu[21][2]=1;m42=menu[4]*2;mn=gmobj(mnu);if(ns4){if(menu[14]){spos(gmobj("menuback"+mnu),null,null,mn.clip.height+(menu[14]*2),null)}if(menu[11]){mn.clip.width=mn.clip.width+menu[4]}return}mp=gpos(mn);el=menu[21][1];ml=gmobj("el"+(el-1));mlp=gpos(ml);tw=null;th=null;if(menu[11]){lf=0;tc=0;for(y=el-ic;y<el;y++){tc++;ty=gmobj("el"+y);typ=gpos(ty);thy=gmobj("hel"+y);thyp=gpos(thy);if(mac&&!menu[3]){thy.style.width=1+"px";ty.style.width=thy.offsetWidth+menu[6][9]+"px";typ[3]=thy.offsetWidth}if(opra){ty.style.top=menu[4];if(lf==0)lf=menu[4];typ[2]=typ[2]+(m42);spos(ty,null,0,null,typ[3]);}spos(thy,null,lf,typ[2],typ[3]);lfL=0;if(menu[ac-1+(tc*5)]>0)lfL=menu[ac-1+(tc*5)];lf=lf+typ[3]+lfL;hsep=gmobj("hsep"+y);if(y<el-1)spos(hsep,null,typ[3],typ[2]); else spos(hsep,null,0,0,0);}tw=lf-lfL;th=typ[2];if(_d.compatMode=="CSS1Compat"){}else{if(mac){if(!_d.doctype){th=th+(m42);tw=tw+m42}else{if(_d.doctype.name.indexOf(".dtd")<0){th=th+(m42);}}}else if(_d.all&&!opra){tw=tw+(m42);th=th+(m42)}}if(opra)tw=tw+(menu[4])}else{marw=parseLink(menu[20],"margin");if(ns6){tw=mp[3]-(menu[4]*4);}if(IEDtD){tw=menu[3]-menu[4]}if(opra)tw=mp[3]-(menu[4]*2);if(menu[19]){spo=gmobj("S"+mnu);sp=gpos(spo);th=sp[2];}}spos(mn,null,null,th,tw);if(marw)tw=tw+(marw*2)+2;spos(mn,null,null,th,tw);if(menu[14]){spos(gmobj("menuback"+mnu),null,null,th+(menu[14]*2)+m42,null)}}				
+function sm(v1){menu=eval(v1);if(menu[19]&&!menu[21][2])fixb(v1);if(opra||ns6||menu[11]||IEDtD)if(!menu[7]&&!menu[21][2])fixb(v1);ap=gmobj(v1);if(flta)if(ap.filters[0])ap.filters[0].Apply();gmi++;if(!ns4)aps=ap.style; else aps=ap;aps.zIndex=gmi;aps.visibility='visible';if(ie55){gmif=gmobj("if"+v1);ifgp=gpos(ap);spos(gmif,ifgp[0],ifgp[1],ifgp[2],ifgp[3]);gmif.style.visibility='visible';}if(flta)if(ap.filters[0])ap.filters[0].Play();if(menu[17])fixForm(menu[17],0)}
+function popup(mn,mpos){if(isNaN(mn)){for(a=1;a<menus;a++){if(mn==Mname[a]){mn=a;break;}}}setpos();omv.visibility='hide';clearTimeout(Mtimer);closeallmenus();mtxt='menu'+mn;mi=gmstyle(mtxt);if(ns4)_d.captureEvents(Event.MOUSEMOVE);_d.onmousemove=getMouseXY;mn=gmobj(mtxt);gp=gpos(mn);if(mpos>0){ttop=MouseY+2;tleft=MouseX+2}else{ttop=gp[0];tleft=gp[1];}if((ttop+gp[2])>(wh+sy)){ttop=wh-gp[2]+sy;if(!mpos&&mpos>0){spos(mn,ttop,null,null,null);}}if((tleft+gp[3])>(ww+sx)){tleft=ww-gp[3]+sx;if(!mpos&&mpos>0){spos(mn,null,tleft,null,null);}}if(mpos){spos(mn,ttop,tleft,null,null);}flta=0;if((_d.all&&_d.getElementById)&&!mac){ap=gmobj(mtxt);getflta(ap);}sm(mtxt);_am=mn}
+function shl(lyr,el,s){clearTimeout(Mtimer);mt=_d.layers[lyr].document.layers["el"+el];omv.visibility="hide";menu=eval(lyr);mt.visibility=s;omv=mt}
+function resetShM(){for(a=1;a<menus;a++){menu=eval("menu"+a);if(menu[7]&&menu[12]){ShM=0;return}}if(ParentMenu)ParentMenu.resetShM()}
+function popi(v1,lyr,el)
+{
+	if((loadWait&&MLoaded==0)||inDragMode)return;
+	subfound=0;nv1=v1;
+	for(a=1;a<menus;a++){if(v1.match("show-menu")&&v1.substring(10,99)==Mname[a]){v1="show-menu"+a;subfound=1;a=999}	}
+	if(!om)om=lyr;clearTimeout(Mtimer);
+	if(ParentMenu)ParentMenu.clearTimeout(ParentMenu.Mtimer);
+	if(ns4){timo=_d.layers[lyr].document.layers["el"+el].document.images[0]}else{timo=gmobj("im"+el)}
+	o_img="";if(timo){o_img=timo.src;if(SwapIM[el].src)timo.src=SwapIM[el].src}
+	kmnu=lyr;container=eval(lyr);
+	if(SoImG[el])
+	{
+		stimo="im_"+lyr.substring(4,99) + "_" + el+"_" + lyr
+		if(ns4){stimo=_d.layers[lyr].document.layers["el"+el].document.layers[stimo]}else{stimo=gmobj(stimo)}
+		stimo.src=SoImG[el].src
+	}
+
+	if(subfound)
+	{
+		v1=v1.substring(5,99);
+		menu=eval(v1);
+		
+		omnu=v1;
+		mi=gmobj(v1);
+		
+		gp=gpos(gmobj(lyr));
+		h3="";
+		
+		if(container[11])h3="h";
+		if(ns4){tel=gpos(_d.layers[lyr].document.layers["el"+el])}else{
+		tel=gpos(gmobj(h3+"el"+el))
+	}
+	
+		np=gpos(mi);
+		if(np[2]<10){fixb(v1);np=gpos(mi)}
+		if(container[11])
+		{
+			kmnu=v1
+			if(!container[5])container[5]="";
+			if(!opra&&_d.all&&!mac)gp[1]=gp[1]+container[4];
+			if(ns6)if(ns61)gp[1]=gp[1]+container[4];else gp[1]=-1;gp[0]=gp[0]-container[4]
+			if(mac)gp[0]=gp[0]-container[4];
+			if(container[5].indexOf("bottom")>=0){tvar=container[1];if(!tvar)tvar=0;gp[0]=gp[0]-np[2]-tel[2]}
+			if(tel[1]+gp[1]+np[3]>ww+sx){gp[1]=ww-np[3]-tel[1]+sx;}
+			mtop=gp[0]+gp[2];
+			mleft=tel[1]+gp[1];
+			if(container[15])mleft=mleft-np[3]+tel[3]+(container[4]*2)
+			m1=menu[1];
+			if(m1)
+			{
+				m1=m1+"";
+				if(m1.indexOf("offset=")==0)
+				{
+					os=m1.substr(7,99);
+					mtop=(parseInt(os)+mtop)
+				}
+				else
+				{
+					if(m1)mtop=parseInt(m1)
+				}
+			}
+
+			m2=menu[2];
+			if(m2){m2=m2+"";
+			if(m2.indexOf("offset=")==0)
+			{
+				os=menu[2].substr(7,99);
+				mleft=(parseInt(os)+mleft);
+			}else{if(m2)mleft=m2;}
+		}
+		if(menu[5])setpos();else spos(mi,mtop,mleft-1,null,null);
+		}
+		else
+		{
+			if(!ns61&&ns6)tel[0]=tel[0]-gp[0];
+			nt=tel[0]+gp[0]+suboffset_top;
+			nl=gp[1]+tel[3]-suboffset_left;
+			onl=nl
+			ont=nt
+			if((gp[1]+gp[3]+np[3])>=ww+sx||menu[15]){nl=gp[1]-np[3]+suboffset_left}
+			if(nl<0)nl=onl;
+			if(nt+np[2]>wh+sy){nt=wh-np[2]+sy;}
+			if(nt<0)nt=sy+4
+			if(menu[1]>=0)nt=menu[1]
+			if(menu[2]>=0)nl=menu[2]
+			if(menu[5])setpos();else spos(mi,nt,nl,null,null);
+		}
+		om+=","+v1;
+		
+		if(ShM==1){sm(v1);if(!ns4)mi.style.visibility="visible"}
+
+// Scroll Code **********
+		if(menu[19])
+		{
+			gp=gpos(gmobj(v1));
+			gpc=gpos(gmobj("S"+v1))
+			tt=0;
+			if((gp[0]+gpc[2])>wh+sy)
+			{
+				spos(gmobj("S"+v1),null,null,(wh+sy)-gp[0]-10-2);
+				spos(gmobj(v1),null,null,(wh+sy)-gp[0]-10);
+			}
+			else
+			{
+			}
+		}
+// Scroll Code **********
+	}
+	else
+	{
+		frt=v1.indexOf(" ")
+		lt=parseLink(v1, "sourceframe");
+		if(lt)pf=parent[lt];
+		if(frt>0&&v1.indexOf("show-menu=")>-1)
+		{
+			if(lt)
+			{
+				v1=v1.substring(10,frt);
+				if(pf.MLoaded)
+				{
+
+					pf.mn=pf.gmobj("menu"+pf.getMenuByName(v1));
+					menu=eval(lyr);
+					gp=gpos(gmobj(lyr));
+					h3="";
+					if(container[11])h3="h";
+					if(ns4){mp=gpos(_d.layers[lyr].document.layers["el"+el])}else{mp=gpos(gmobj(h3+"el"+el))}
+					fLeft=0;
+					if(menu[11])
+					{
+						fTop=pf.sy;
+						fLeft=pf.sx+gp[1]+mp[1]+Frames_Left_Offset;
+					}
+					else
+					{
+						fTop=pf.sy+gp[0]+mp[0]+Frames_Top_Offset;
+						fLeft=pf.sx+100
+					}
+					tp=gpos(pf.mn)
+					if(fTop+tp[2]>(pf.sy+pf.wh))fTop=pf.wh-tp[2]+pf.sy
+					pf.spos(pf.mn,fTop,fLeft-100,null,null);
+					closeFel=0
+					if(_OfM!=v1)closeFel=1					
+					if(ShM==1)
+					{
+						if(pf.mn.visibility=="hide"||pf.mn.style.visibility=="hidden")pf.popup(v1); 
+					}
+					else
+					{
+						if(closeFel)close_el();
+					}
+					
+					_OfM=v1
+					closeFel=1
+					pf.ParentMenu=self
+				}
+			}
+		}
+		else if(frt>0)
+		{
+			if(lt)if(pf)if(pf.MLoaded)pf.closeallmenus()
+			if(ns4)shl(lyr,el,"show");
+		}
+		
+	}
+	ta=om.split(",")
+	strt=0;
+	for(a=0;a<ta.length;a++)
+	{
+		if (ta[a]==v1)strt=0;
+		if (strt)
+		{
+			if(ta[a])
+			{
+				hll=lyr;
+				hel=el;
+				close_el();
+				tmnu=eval(ta[a])
+				if(tmnu[17]&&!menu[17])fixForm(tmnu[17],1)
+				if(!tmnu[7])SDiv(ta[a],0)
+			}
+		ta[a]=""
+		}
+		if(ta[a]==lyr)strt=1;
+	}
+	mmenu=eval(lyr)
+	if(mmenu[7]&&lyr!=ta[0])
+	{
+		closeallmenus();
+		if(v1==ta[ta.length-1])
+		{
+			if(ns4)shl(lyr,el,'show');
+			tmnu=eval(v1)
+			if(tmnu[17])fixForm(tmnu[17],0)
+
+			SDiv(v1,1)
+		}
+	}
+	om=""
+	mdisp=0
+	for(a=0;a<ta.length;a++)
+	{
+		if(ta[a]==lyr)frs=a
+		if(ta[a]==v1)fre=a
+		if (mdisp||(a>frs&&a<fre))
+		{
+			if (ta[a]&&ta[a]!=v1)
+			{
+				SDiv(ta[a],0)
+				close_el();
+				if(ns4)shl(lyr,el,'hide');
+			}
+		}
+		else
+		{
+			if(ta[a])om+=ta[a]+",";
+		}
+		if (v1==ta[a])mdisp=1
+	}
+}
+
+
+// Scroll Code **********
+function scroll(val,mnu)
+{
+	mn=getMenuByName(mnu);
+	mi=gmobj("Smenu"+mn);
+	mip=gpos(mi)
+	tt=tt-val
+	gp=gpos(gmobj("menu"+mn))
+
+	if(tt>=0 && tt<(gp[2]-gp[0]))
+	{
+		mi.style.clip = "rect("+tt+"px "+mip[3]+"px "+(tt+gp[2]-7)+"px 0px)"
+		ns6c=0
+		if((ns6&&!ns61)||mac)ns6c=1
+		spos(mi,-tt,null,tt+gp[2])
+		ST = setTimeout("scroll("+val+",'"+mnu+"')",30);
+	}
+	else
+	{
+		tt=tt+val
+		clearTimeout(ST)
+	}
+	clearTimeout(Mtimer);
+}
+// Scroll Code **********
+
+
+function hl()
+{
+	arg=hl.arguments;imgact="";hlnk=arg[1];if(!menu[8]&&menu[15])menu[8]="right";_am=" "+a;_am=_am.length-1;subimg="";arg[0]+="";if(ns6){dwd=arg[2][9]*2}else{dwd=0};if(ns4){if(el==0){st="<style type=\"text/css\">A.m{text-decoration:none;}</style>";_d.write(st);oatop=atop;}else{mtl=_d.layers[omnu].document.layers["el"+(el-1)];
+	if(oatop==atop){atop+=mtl.clip.height}else{atop=menu[4];}oatop=atop}if(menu[11]){atop=menu[4];if(oaleft==aleft){aleft+=mtl.clip.width+arg[8]}else{aleft=menu[4];oaleft=aleft}oaleft=aleft}else{aleft=menu[4];}}
+	if(hlnk.substring(0,5)=="show-"){arg[1]=arg[1].toLowerCase();if(arg[7]==hlnk) if(arg[6])arg[7]=arg[6];else arg[7]="";hlnk="#";if (arg[6]+" "!="undefined ")hlnk=arg[6];}
+	pI="popi('"+arg[1]+"','"+arg[5]+"',"+el+");";if(arg[1].substring(0,5)=="show-"&&(!menu[11]||menu[6][16])&&(menu[11]||menu[6][10])){im++;ims="im_"+a+"_"+el+"_"+arg[5];ti=arg[2][10];if(menu[6][16]&&menu[11])ti=menu[6][16];if(ns4){sti="<img border=0 src="+ti+">";
+	subimg="<layer id="+ims+">"+sti+"</layer>";}else{
+	if(!parseLink(arg[1],"sourceframe"))imgact="onmouseover=\"gmobj('el"+el+"').onmouseover();\" onmouseout=\"gmobj('el"+el+"').onmouseout();\"";
+	if(opra)imgact="onmouseover=\"clearTimeout(Mtimer)\"";
+	subimg="<img id="+ims+" style=\"position:absolute;\" "+imgact+" border=0 src="+ti+">"};imar[im]=ims;}omp=mp;ofc=arg[2][0];ofb=arg[2][1];onc=arg[2][2];onb=arg[2][3];ltarg=" ";lOnfunc="";lOffunc="";ltype="";lalign=menu[8];if(!lalign)lalign="left"
+	tfborc="";nborc="";fborc="";dragable=0;simg="";bimg="";sbimg="";sbgc="";sbgc=parseLink(hlnk,"separatorcolor");if(!sbgc)if(menu[6][19])sbgc=menu[6][19]; else sbgc=menu[6][4]
+	marw=parseLink(menu[20],"margin");
+	if(!marw)marw=0;
+	if(hlnk.indexOf(" ")>0){k2o=parseLink(hlnk,"keytoopen");if(k2o){keyar[keyarC]=k2o.toUpperCase()+";"+arg[1]+";"+arg[5]+";"+el;keyarC++;}
+		_al=parseLink(hlnk,"align");if(_al)lalign=_al;
+		ltarg=parseLink(hlnk,"target");
+		if(ltarg)ltarg=" target="+ltarg
+		lOnfunc=parseLink(hlnk,"onfunction")+";";
+		
+		lOffunc=parseLink(hlnk,"offfunction")+";";
+		ltype=parseLink(hlnk,"type");
+		tofc=parseLink(hlnk,"offfontcolor");if(tofc)ofc=cHexColor(tofc)
+		tofb=parseLink(hlnk,"offbackcolor");if(tofb)ofb=cHexColor(tofb)
+		tonc=parseLink(hlnk,"onfontcolor");if(tonc)onc=cHexColor(tonc)
+		tonb=parseLink(hlnk,"onbackcolor");if(tonb)onb=cHexColor(tonb)
+		nborc=parseLink(hlnk,"onbordercolor");if(nborc){nborc=cHexColor(nborc);nborc="this.style.borderColor='"+nborc+"';"}
+		fborc=parseLink(hlnk,"offbordercolor");if(fborc){fborc=cHexColor(fborc);tfborc="border:"+fborc+" 1px solid;"}
+		simg=parseLink(hlnk,"swapimage");
+		soimg=parseLink(hlnk,"suboverimage");
+		if(soimg){SoImG[el]=new Image();SoImG[el].src=soimg}
+		bimg=parseLink(hlnk,"backimage");
+		sbimg=parseLink(hlnk,"overbackimage");
+		dragable=parseLink(hlnk,"dragable");
+		hlnk=parseLink(hlnk,"link");
+		if(hlnk.indexOf(" ")>0)hlnk=hlnk.substr(0,hlnk.indexOf(" "));
+	}
+	if(ns4&&ofb=="transparent")ofb=""
+	if(!ofb&&(mac||opra))ofb="transparent"
+	if(arg[7]+""=="undefined"){arg[7]=hlnk}		
+	if(ltype=="form"){onc=ofc;onb=ofb;mp="default"}
+	if(ltype=="header"&&arg[2][17]){ofc=arg[2][17];ofb=arg[2][18];onc=arg[2][17];onb=arg[2][18];mp="default"};smO="ShM=1;";smC="";
+	if(menu[16]==1){smO="";if(!arg[1].indexOf("show-menu"))hlnk="javascript:ShM=1;"+pI}	
+	if(hlp[14]){tlen=hlnk.length;thlnk=location.href;thlnk=thlnk.substring(thlnk.length-tlen,thlnk.length);if(hlnk!="#"&&hlnk==thlnk){ofc=arg[2][14];ofb=arg[2][15]}}	
+	if(ltype=="form"||hlnk=="#"||ltype=="header"){mp="default";
+	if(ns4){hlnk="<a ";}else{hlnk=" "}}else{if(ns4){hlnk="<a href=\""+hlnk+"\" "+ltarg}else{hlnk="<a id=lnk"+el+" href=\""+hlnk+"\" "+ltarg+" style='text-decoration:none;'>"}}
+	if(!ns4){if(bimg)ofb="url("+bimg+") "+ofb;if(sbimg){if(sbimg!="NONE"){onb="url("+sbimg+") "+onb;}}else{if(bimg)onb="url("+bimg+") "+onb;}}
+	pd="popdn(this," + el + ", '" + arg[5] + "', '"+arg[1]+"', '"+ofb+"', '"+ofc+"', '"+fborc+"');"
+	if(arg[0].toLowerCase().indexOf("<img")>=0){if(menu[11]&&ns6)ns6hif=1;ipos=arg[0].toLowerCase().indexOf("<img");if(simg){SwapIM[el]=new Image();SwapIM[el].src=simg;}else{SwapIM[el]=0}iefix="";
+	if(navigator.appVersion.indexOf("MSIE 6")){iefix=" onclick=\"gmobj('el"+el+"').click()\"";}
+	arg[0]=arg[0].substr(0,ipos+4)+iefix+" id=im"+el+" "+ arg[0].substr(ipos+5,900)}if(!isNaN(arg[2][5]))arg[2][5]+="px"
+	dragfunc="";
+	if(dragable){dragfunc="drag_drop('"+arg[5]+"');";}
+	if(ns4){
+		if(bimg)bimg=" background="+bimg;if(sbimg){if(sbimg!="NONE")sbimg=" background="+sbimg;else sbimg=""}else{sbimg=bimg}
+		tdwd=" width="+(menu[3]-(arg[2][9]*2))
+		ns4nwrap="";if(menu[11])ns4nwrap="nowrap";
+		ls="<table border=0 cellpadding="+arg[2][9]+" cellspacing=0><tr><td "+ns4nwrap+" height=-1 align="+lalign+tdwd+">"+hlnk+" style='color:"
+		le=";text-decoration:none;font-size:"+arg[2][5]+";font-weight:"+arg[2][7]+";font-family:"+arg[2][8]+"' onmouseover=\"status='"+arg[7]+"';\">"+arg[0]+"</a>"+subimg+"</td></tr></table></layer>"
+		if(menu[11])nswid=menu[3]; else nswid=(menu[3]-(menu[4]*2))
+		lv=" left="+aleft+" width="+nswid+" top="+atop
+		nsofb="";if(ofb)nsofb=" BGColor="+ofb
+		nsonb="";if(onb)nsonb=" BGColor="+onb
+		tshl="shl('"+arg[5]+"',"+el+",'show');"
+		if(ltype=="form")tshl=""
+		mt="<layer id=mel"+el+lv+" "+nsofb+bimg+" onmouseover=\""+smO+tshl+pI+" "+dragfunc+lOnfunc+";return stch('"+arg[7]+"');\">"+ls+ofc+le
+		mt+="<layer id=el"+el+lv+" "+nsonb+sbimg+" onmouseover=\"clearTimeout(Mtimer);"+pI+"ltarg='"+ltarg+"'; nshl='"+arg[1]+"'; this.captureEvents(Event.CLICK); this.onClick=dc;\" onmouseout=\""+pd+"; "+lOffunc+"; return stch('');\" visibility=hidden >"+ls+onc+le
+	}else{
+		mt="";
+		if(menu[11]){bgc=hlp[4];if(hlp[11])bgc=hlp[12];
+		mt+="<div id=hel"+el+" style=\"text-align:left;background:'"+ofb+"';width:"+(menu[3]-menu[4])+"px;position:absolute;top:0;left:"+dlft+";\">";dlft=dlft+menu[3]-(menu[4]*2)+menu[4]}
+		rsp=0;if (lalign=="right") rsp=7;
+		mt+=hlnk
+		dw=(menu[3]-(2*menu[4]+dwd))
+		if(dw+" "=="NaN "){dw=""}else{dw="width:"+dw+"px"}
+		if(opra&&menu[3])dw="width:"+(menu[3]-(arg[2][9]*2)-(menu[4]*2))+"px;"
+		if(!menu[3]&&ie4)dw="width:1px";
+		if(menu[11]&&opra){dw="position:absolute;"}
+		if(!menu[11]&&IEDtD){dw="width:"+(menu[3]-menu[4]-(arg[2][9]*2))+"px;"}
+		if(isNaN(arg[2][9])){padd=arg[2][9]}else{psp=arg[2][9]+"px ";padd=psp+psp+psp+psp}
+		if(menu[11]&&menu[3]>0)dw="position:absolute;width:"+menu[3]+"px"
+		hms="";if(menu[11])hms="<div style=\";top:0;position:absolute;\"><div onmouseover=\"clearTimeout(Mtimer)\" id=hsep"+el+" style=\"position:absolute;background:"+sbgc+";width:"+menu[b]+"px; clip:rect(0 "+menu[b]+"px 100% 0);\">\n</div>\n</div>";
+		mt+="<div id=el"+el+" style=\"margin:"+marw+"px;"+tfborc+"text-align:"+lalign+";"+dw+";padding:"+padd+";font-weight:"+arg[2][7]+";font-style:"+arg[2][6]+";font-family:"+arg[2][8]+";font-size:"+arg[2][5]+";color:"+ofc+";background:"+ofb+";\""
+		mt+=" onMouseOver=\""+nborc+";this.style.background='"+onb+"';style.color='"+onc+"';this.style.cursor='"+mp+"';"+smO+"; "+pI+";"+dragfunc+lOnfunc+";return stch('"+arg[7]+"');\""
+		if(mac&&_d.all)mt+=" onClick=\"lnk"+el+".click()\"";
+		mt+=" onMouseOut=\"rep_img(); "+pd+";"+lOffunc+"; return stch('');\">"
+		mt+=(arg[0])+"</div>";
+		mt+="</a>";
+		if (menu[11])mt+=hms+"</div>";
+		mt+=subimg
+	}
+	mp=omp
+	_d.write(mt);el++;
+}
+
+
+function dmenu(mnu){
+
+	menu=eval(mnu);
+	menu[21]=new Array();if(menu[7]){parr[parr.length]=mnu.substr(4,3);}
+	if(ac==menu.length){menu[23]=""}
+	atop=menu[4];if(!atop)atop=0;hlp=menu[6];if(!menu[4])menu[4]=0;if(ns4)eq="="; else eq=":";
+	for(z=0;z<21;z++){if(z==5)z=12;if(z==16)z++;if(hlp[z]&&hlp[z].charAt(0)!="#")hlp[z]=cHexColor(hlp[z]);}
+	if(menu[14]){m14=";"+menu[14];m14ar=m14.split(";");if(m14ar[2]){m14h=m14ar[1];m14w=m14ar[2].substr(6,99)+"px";menu[14]=m14h}else{m14h=m14ar[1];m14w="100%"}
+	if(_d.layers)_d.write("<layer z-index=1 id=menuback"+mnu+" top="+(menu[1]-m14h)+" height=2 width="+m14w+" left=0 bgcolor="+hlp[1]+"></layer>");else	_d.write("<div id=menuback"+mnu+" style=\"position:absolute;top:"+(menu[1]-m14h)+"px;width:"+m14w+";height:2px;background:"+hlp[1]+"\">&nbsp;</div>")}
+	if(el)ns6c=3;else ns6c=2;ns6w=0;if(menu[8]=="right"&&ns6)ns6w=7;
+	if (menu[3]<1)menu[3]="undefined"
+	if(ns4)
+	{
+		bgc="";thw=menu[3];
+		if(menu[11]){ic=(menu.length-ac)/5;thw=(menu[3]*ic)-(menu[4]*ic)+menu[4]}
+		if(hlp[4])bgc="bgColor="+hlp[4]
+		if (hlp[11])bgc="bgColor="+hlp[13]
+		m18="";if(menu[18])m18="background="+menu[18];
+		mt="<layer "+m18+" z-index=29 visibility=hidden "+bgc+" id="+mnu+" top="+menu[1]+" left="+menu[2]+" width="+thw+">"
+		if (hlp[11])mt+="<layer bgcolor="+hlp[12]+" top=0 left=0 height=2 width=100%></layer>"
+		mt+="<layer id="+mnu+"3d bgcolor="+hlp[12]+" top=0 left=0 height=0 width=2></layer>"
+	}
+	else
+	{
+		m18="";if(menu[18]){m18="url("+menu[18]+ ") ";}iedf="";if(!opra&&!mac&&_d.all&&menu[9]){iedf=" filter:";flt=menu[9].split("\;");for(fx=0;fx<flt.length;fx++){iedf+="progid:DXImageTransform.Microsoft."+flt[fx];if(navigator.appVersion.indexOf("MSIE 5.5")>0)fx=999}}
+		if(!hlp[4]&&(mac||opra))hlp[4]="transparent"
+		if(hlp[11])brd = "border:solid "+menu[4]+"px; border-left-color:"+hlp[12]+";border-top-color:"+hlp[12]+";border-bottom-color:"+hlp[13]+";border-right-color:"+hlp[13]+";";else brd = " border:solid "+menu[4]+"px "+hlp[4]+";";
+		mt="";scrof="";if(!ns6)scrof="overflow:hidden;";dmleft=0;if(menu[2])dmleft=menu[2];		
+		if(ie55){ifBlnk="";if(location.protocol=="https:")ifBlnk="/blank.htm";mt="<IFRAME frameborder=0 id=if"+mnu+" src=\""+ifBlnk+"\" scroll=none style=\"FILTER:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);visibility:hidden;height:20;position:absolute;width:"+(menu[3]+ns6w)+"px;left:"+dmleft+"px;top:"+menu[1]+"px;z-index:5\"></iframe>"}
+		mt+="<div tabindex=1 id="+mnu+" style=\""+iedf+scrof+";z-index:19;visibility:hidden;"+brd+"position:absolute;background:"+m18+hlp[1]+";width:"+(menu[3]+ns6w)+"px;left:"+dmleft+"px;top:"+menu[1]+"px;\">"
+		if(menu[19]){mt+="<div id=S"+mnu+" style=\"position:absolute;overflow:hidden;\">"}
+	}
+
+	_d.write(mt)
+	x=0;
+	dlft=0
+	aleft=0;
+	if(menu[3]&&menu[11]&&(ns6||opra))menu[3]=menu[3]-(hlp[9]*2)
+	for(b=ac;b<menu.length;b++)
+	{
+		b=b+4
+		if(menu[b-3]==""){menu[b-3]="#"}
+		menu[b-3]=menu[b-3].replace(/\"/gi, "&quot;")
+		if(menu[b-2])menu[b-2]=menu[b-2].replace(/\"/gi, "&quot;")
+		hl(menu[b-4], menu[b-3],hlp,100,100,mnu,menu[b-2],menu[b-1],menu[b-5])
+		txt="";
+		if(ns4)
+		{
+			mt=_d.layers[mnu].document.layers["el"+(el-1)]
+			if (!menu[11])
+			{
+				if (menu[b]&&b<menu.length-1)
+				{
+
+					x=atop+mt.clip.height
+					if(sbgc)bgc="bgcolor="+sbgc;
+					if(!hlp[11])x++
+					txt="<layer top="+(x-2)+" left="+menu[4]+" height="+menu[b]+" "+bgc+" width="+mt.clip.width+" onmouseover=\"clearTimeout(Mtimer)\" ></layer>"
+					if(hlp[11]){txt+="<layer top="+(x-1)+" left="+menu[4]+" height=1 bgcolor="+hlp[12]+" width="+mt.clip.width+"></layer>"
+					}
+				}
+			}
+			else
+			{
+				if(sbgc)txt="<layer bgcolor="+sbgc+" left="+(aleft+mt.clip.width)+" width="+menu[b]+" top="+x+" height="+(mt.clip.height+(menu[4]))+"></layer>"
+			}
+		}
+		else
+		{
+			mbw=menu[b];
+			if(hlp[19])bc=hlp[19]; else	bc=hlp[4]
+			if(b+1==menu.length)mbw=0;
+			if(mbw>0)
+			{
+				if(!sbgc)sbgc=bc;
+				if (!menu[11])
+				{
+					dwid=(menu[3]-menu[4]*2)
+					if(IEDtD)dwid=menu[3]-menu[4]
+					if (hlp[11]&&mbw==1)
+					{
+						oc="";if(opra)oc="_d.getElementById('el"+el+"').style.background='"+hlp[1]+"';_d.getElementById('el"+el+"').style.color='"+hlp[0]+"'";
+						txt="<div onmouseout=\""+oc+"\" onmouseover=\"clearTimeout(Mtimer)\" style=\"position:relative\">"
+						txt+="<div style=\"border-top:1px solid "+hlp[13]+"; background:"+hlp[12]+"; width:"+dwid+"px;position:absolute;clip:rect(0 100% 2px 0);height:1px;\">"
+						txt+="</div>\n</div>"
+					}
+					else
+					{
+						txt="<div style='text-align:left;'>";
+						txt+="<div onmouseout=\"popdn();\" onmouseover=\"clearTimeout(Mtimer)\" style=\"left:0;background:"+sbgc+";width:"+dwid+"px;position:absolute;"
+						txt+="clip:rect(0 100% "+mbw+"px 0);height:"+mbw+"px;\">"
+						txt+="</div>"
+						txt+="</div>"
+					}
+				}
+			}
+		}
+		_d.write(txt);
+		omnu=mnu;
+		mt=""
+	}
+	oatop=-1;
+	if (ns4){mt="</layer>"}else{
+	mt+="</div>\n";
+	if(menu[19])mt+="</div>"}
+	_d.write(mt)
+	if(ns4){ml=gmobj(mnu);ml.clip.height += menu[4];ml3d=_d.layers[mnu].document.layers[mnu+"3d"];
+	if(hlp[11])ml3d.clip.height=ml.clip.height};
+	menu[21][1]=el
+}
+function checs(e){stopchec=1;for(a=1;a<menus;a++){menu=eval("menu"+a);if(menu[10]>0){stopchec=0;if(df!=0||osy!=sy){mi=gmobj("menu"+a);tm=gpos(mi);mit=tm[0];if(isNaN(menu[1]))menu[1]=0;df=parseInt(menu[1])-mit;if(sy+menu[10]>=menu[1])df=sy-mit+menu[10];nt=df/followspeed;of1=nt.toString();ofr=of1.split("\.");if(ofr[1]+" "=="undefined ")ofr[1]=0;ofrac=ofrac+parseInt(ofr[1]);if(mac&&parseInt(nt)==0)return;if(ofrac>10){ofrac=ofrac-10;if(df>=0)nt++; else	nt--;}
+spos(mi,mit+nt);
+if(menu[14])nt=nt-menu[14]
+if(ie55){spos(gmobj("ifmenu"+a),mit+nt)}
+if(menu[14])spos(gmobj("menubackmenu"+a),mit+nt-menu[14])
+}else{return;}osy=sy}}if(stopchec){osy=sy;return}pu=setTimeout('checs()',followrate)}
+function PlaceMenu(mn){if(ns4||ns6)pos="relative";else pos="absolute";mnt="<div id=\""+mn+"DIV\" style=\"width:1;height:1;position:"+pos+"\"></div>";menu=eval("menu"+getMenuByName(mn));menu[21][0]=mn+"DIV";_d.write(mnt)}
+function setpos(){for(a=1;a<menus;a++){menu=eval("menu"+a);if(menu[21][0]){gm=gmobj(menu[21][0]);if(ns4){ntp=gm.pageY;nlp=gm.pageX}else{gp=gpos(gm);ntp=gp[0];nlp=gp[1]}mn=gmobj("menu"+a);mnp=gpos(mn);if(ntp==0)ntp=null;if(nlp==0)nlp=null;spos(mn,ntp,nlp,null,null);if(ie55){gmif=gmobj("ifmenu"+a);spos(gmif,ntp,nlp,null,null)}}else{if(!menu[5])menu[5]="";if (menu[5].indexOf("left")!=-1||menu[5].indexOf("center")!=-1||menu[5].indexOf("right")!=-1){mn=gmobj("menu"+a);mnp=gpos(mn);mnw=mnp[3];nlp=((ww-mnw)/2);if(menu[5].indexOf("right")!=-1)nlp=ww-mnw;if(menu[5].indexOf("left")!=-1)nlp=1;ts=menu[2]+"";if(ts.indexOf("offset=")==0){os=parseLink(ts,"offset");nlp=nlp+parseInt(os);min=parseLink(ts,"minimum");if(min&&(nlp<min))nlp=min;}spos(mn,null,nlp,null,null)}if(menu[5].indexOf("top")!=-1||menu[5].indexOf("bottom")!=-1||menu[5].indexOf("middle")!=-1){mn=gmobj("menu"+a);mnp=gpos(mn);mnh=mnp[2];if(opra)mnh=mn.style.pixelHeight;nlp=wh-mnh;if(menu[5].indexOf("middle")!=-1)nlp=((wh-mnh)/2);if(menu[5].indexOf("top")!=-1)nlp=1;ts=menu[1]+"";if(ts.indexOf("offset=")==0){os=parseLink(ts,"offset");mnp=gpos(mn);nlp=nlp+parseInt(os);min=parseLink(ts,"minimum");if(min&&(nlp<min))nlp=min;}if(menu[10]>0){menu[1]=nlp;if(nlp>0)menu[10]=nlp;nlp=nlp+sy;if(menu[10]==nlp&&MLoaded<2)spos(mn,nlp,null,null,null)}else{spos(mn,nlp,null,null,null)}}}}}
+function MScan(){sy=self.pageYOffset;sx=self.pageXOffset;if(opra){ww=window.innerWidth;wh=window.innerHeight}else if(_d.all){sy=_d.body.scrollTop;sx=_d.body.scrollLeft;if(!ie4&&!mac){if(sy==0)sy=_d.documentElement.scrollTop;if(sx==0)sx=_d.documentElement.scrollLeft;}if(_d.compatMode=="CSS1Compat"){ww=document.documentElement.clientWidth;wh=document.documentElement.clientHeight}else{ww=_d.body.clientWidth;wh=_d.body.clientHeight}}else{if(ns4){ww=self.innerWidth-16;wh=self.innerHeight-17}else{ww=_d.body.offsetWidth;if(!ww)ww=self.innerWidth-15;ww--;wh=self.innerHeight;}}if(opra&&(owh!=wh||oww!=ww)){if(MLoaded>1){location.reload()}MLoaded++;oww=ww;owh=wh;}if(sy!=osy)checs();if(!mac&&!opra&&MLoaded<2)sis();setpos();}
+function mOL(){if(!ns61&&ns6||ns6hif){Minit()}MLoaded=1;if(Oload)Oload();if(loadWait||opra){for(x=0;x<parr.length;x++){fixb("menu"+parr[x]);popup(parr[x])}}sis();MScan();if(!opra)MLoaded++;}
+function Minit(){el=0;df=-1;if((_d.all&&_d.getElementById)&&!mac)_d.write("<"+"script>function getflta(ap){try{if(ap.filters){flta=1}}catch(e){}}<"+"/script>");for(x=0;x<parr.length;x++){if(!opra){fixb("menu"+parr[x]);popup(parr[x])}}if(ns4){_d.captureEvents(Event.MOUSEMOVE);oww=self.innerWidth-16;owh=self.innerHeight-17;window.onresize=function(){if(ww!=oww||wh!=owh)window.history.go(0)}}_d.onmousemove=getMouseXY;MScan();}for(a=1;a<menus;a++){dmenu("menu"+a)}if(mac45)Oload=window.onLoad;else Oload=window.onload;if(!ns61&&ns6||ns6hif){window.onload=mOL}else{Minit();sis();window.onload=mOL}
+setInterval("MScan()",150);
+
+//function cam(){closeallmenus();if(ParentMenu)ParentMenu.ShM=0}
+//if(ns4)_d.captureEvents(Event.MOUSEMOVE)
+//_d.onmouseup=cam;
+
+
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/shim162.html
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/shim162.html	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/shim162.html	(revision 1185)
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL /wrf/users/wrfv2/images/shim162.gif was not found on this server.</p>
+<hr>
+<address>Apache/2.2.20 (Unix) Server at www.mmm.ucar.edu Port 80</address>
+</body></html>
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/transgif.html
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/transgif.html	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/transgif.html	(revision 1185)
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL /wrf/users/wrfv2/images/transgif.gif was not found on this server.</p>
+<hr>
+<address>Apache/2.2.20 (Unix) Server at www.mmm.ucar.edu Port 80</address>
+</body></html>
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/wrfstyle.css
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/wrfstyle.css	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/known-prob_fichiers/wrfstyle.css	(revision 1185)
@@ -0,0 +1,234 @@
+.bodytext {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 80%;
+	line-height: 14pt;
+	color: #000000;
+	text-align: justify;
+	padding-right: 45px;
+	padding-left: 45px;
+
+}
+
+.bodytext_no_indent {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 80%;
+	line-height: 14pt;
+	color: #000000;
+	text-align: justify;
+	padding-right: 45px;
+
+}
+
+.calloutbox {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 12pt;
+	color: #000000;
+	padding: 5px;
+	border: 2px solid #000000;
+	background-color: #FFCC33;
+
+
+}
+
+.calloutTitle {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 9pt;
+	font-weight: bold;
+	line-height: 12pt;
+	color:#000000;
+	background-color: #E8E8F7;
+	font-variant: small-caps;
+	padding: 2px;
+
+
+
+
+}
+
+A.calloutlink:link {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 12pt;
+	color:rgb(0,119,0);
+	
+}
+
+A.calloutlink:hover {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 12pt;
+	color:#990000;
+	
+}
+
+A.calloutlink:visited {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 12pt;
+	color:rgb(0,119,0);
+	
+}
+
+
+h1 {
+	font-family: Georgia, "Times New Roman", Times, serif;
+	font-size: 12pt;
+	line-height: 14pt;
+	font-weight: bold;
+	font-variant: small-caps;
+	color:#000066;
+	border-bottom-width: 1px;
+	border-bottom-style: solid;
+	border-bottom-color: #006633;
+	padding-left: 8px;
+	margin-right: 8px;
+	margin-left: 8px;
+
+
+
+}
+
+A.leftnavlink:link {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 9pt;
+	line-height: 10pt;
+	padding-bottom: 25px;
+	color:#FFFFFF;
+	font-weight: bold;
+	text-decoration: none;
+
+
+	
+}
+
+A.leftnavlink:visited {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 9pt;
+	line-height: 10pt;
+	padding-bottom: 25px;
+	color:#FFFFFF;
+	font-weight: bold;
+	text-decoration: none;
+
+	
+}
+
+A.leftnavlink:hover {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 9pt;
+	line-height: 10pt;
+	padding-bottom: 25px;
+	color:rgb(255,255,77);
+	font-weight: bold;
+	text-decoration: underline;
+
+	
+}
+.detailtext {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 13pt;
+	color: #000000;
+	padding: 5px;
+
+}
+h2 {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 10pt;
+	line-height: 14pt;
+	color: #000000;
+	font-variant: small-caps;
+	padding-left: 8px;
+	margin-right: 8px;
+	margin-left: 8px;
+
+
+
+}
+.blackborder {
+	border: 1px solid #000000;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 9pt;
+	line-height: 13pt;
+	padding: 8px;
+
+}
+
+.pagetitle {
+	font-family: Georgia, "Times New Roman", Times, serif;
+	font-size: 12pt;
+	line-height: 14pt;
+	font-weight: bold;
+	font-variant: small-caps;
+	color:#990000;
+	border-bottom-width: 1px;
+	border-bottom-style: solid;
+	border-bottom-color: #990000;
+	padding-left: 8px;
+	margin-right: 8px;
+	margin-left: 8px;
+
+
+}
+.calloutboxtitle {
+
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 12pt;
+	color: #000000;
+	background-color: #C2D0EF;
+	padding: 5px;
+}
+.detailtextRed {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	font-style: italic;
+	line-height: 11px;
+	color: #990000;
+	padding: 5px;
+
+}
+.orangebox {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 9pt;
+	line-height: 13pt;
+	color: #666666;
+	padding: 6px;
+	border-top-style: solid;
+	border-top-color: #EF8A3F;
+	border-top-width: 1px;
+	border-right-style: solid;
+	border-right-color: #EF8A3F;
+	border-right-width: 1px;
+	border-bottom-style: solid;
+	border-bottom-color: #EF8A3F;
+	border-bottom-width: 1px;
+	border-left-style: solid;
+	border-left-color: #EF8A3F;
+	border-left-width: 1px;
+	font-style: italic;
+	font-weight: bold;
+
+}
+h3 {
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 12pt;
+	font-weight: bold;
+	color: #000000;
+	text-decoration: underline;
+	padding-left: 8px;
+	margin-right: 8px;
+	margin-left: 8px;
+
+
+}
+.indentText {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 8pt;
+	line-height: 13pt;
+	color: #000000;
+	padding-right: 30px;
+	padding-left: 65px;
+}
Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/prepare_post
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/prepare_post	(revision 1185)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/DEV/prepare_post	(revision 1185)
@@ -0,0 +1,29 @@
+#! /bin/bash
+
+mkdir ARWpost/
+cd ARWpost
+
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/clean .
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/compile .
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/configure .
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/arch .
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/clean .
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/change_bottom* .
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/idl/* .
+
+mkdir src
+cd src
+ln -sf $LMDMOD/LMD_MM_MARS/SRC/ARWpost/src/* .
+cd ..
+
+cp $LMDMOD/LMD_MM_MARS/SRC/g95.tar.gz .
+tar xzf g95.tar.gz
+more g95/fix* | sed s+"LIBVIS5D"+"#LIBVIS5D"+g | sed s+"-DV5D"+"#-DV5D"+g >> arch/configure.defaults
+rm -rf g95*
+
+#configure
+#compile
+#change rm *.png in gw.pro
+#save gw.def	
+#modif ps2png	
+#change demo
