Go to the documentation of this file.00001
00002
00003
00004
00005 #ifndef FELIX_DRIVER
00006 #define FELIX_DRIVER
00007
00008 #include "DyCoreModelRegistry.H"
00009
00010 class DycoreToGlimmer;
00011 class FelixToGlimmer;
00012
00013 void felix_driver_init(int argc, int exec_mode, FelixToGlimmer * ftg_ptr, const char * input_fname);
00014
00015 void felix_driver_run(FelixToGlimmer * ftg_ptr, double& cur_time_yr, double time_inc);
00016
00017 void felix_driver_finalize(int amr_obj_index);
00018
00019
00020 #endif