Skip to content

Commit

Permalink
modified: driver_cpl/bld/build-namelist
Browse files Browse the repository at this point in the history
                - added first file for geotrace branch
  • Loading branch information
cacraigucar committed Jan 19, 2016
1 parent a8517c2 commit 99e4eeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions driver_cpl/bld/build-namelist
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,12 @@ add_default($nl, 'cpl_decomp');
add_default($nl, 'wall_time_limit');
add_default($nl, 'force_stop_at');

if ( $xmlvars{'FLDS_WISO'} eq "TRUE" ) {
add_default($nl, 'flds_wiso', 'val'=>".true.", 'xml'=>'FLDS_WISO');
} else {
add_default($nl, 'flds_wiso', 'val'=>".false.", 'xml'=>'FLDS_WISO');
}

add_default($nl, 'do_histinit');
add_default($nl, 'shr_map_dopole');
add_default($nl, 'cpl_cdf64');
Expand Down

0 comments on commit 99e4eeb

Please sign in to comment.