C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/nesting_sannino/nest_child/NEST_CHILD_OPTIONS.h,v 1.2 2010/11/28 00:51:54 jmc Exp $ C $Name: $ C *============================================================* C | NEST_CHILD_OPTIONS.h C | o CPP options file for NEST_CHILD package. C *============================================================* C | Use this file for selecting options within the NEST_CHILD C | package. NEST_CHILD is enabled with ALLOW_NEST_CHILD hold C | in PACKAGES_CONFIG.h C *============================================================* #ifndef NEST_CHILD_OPTIONS_H #define NEST_CHILD_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_NEST_CHILD #include "CPP_OPTIONS.h" C o Set precision for NEST_CHILD variables (Real*4 or Real*8) #define _NEST_CHILD_RL Real*8 #endif /* ALLOW_NEST_CHILD */ #endif /* NEST_CHILD_OPTIONS_H */ CEH3 ;;; Local Variables: *** CEH3 ;;; mode:fortran *** CEH3 ;;; End: ***