next up previous contents
Next: global_sum Up: Fortran: Module Interface clm_csmMod Previous: subroutine csm_compat   Contents

restart_coupler


INTERFACE:

   subroutine restart_coupler (nio, flag)
DESCRIPTION:

    Read/write restart data needed for running in flux coupled mode
USES:
     use clm_varctl, only : csm_doflxave
ARGUMENTS:
     implicit none
     integer, intent(in) :: nio             !restart unit 
     character(len=*), intent(in) :: flag   !"read" or "write"
   !Revision History:
    02.09.17  Mariana Vertenstein: moved code to be part of ccsm module



Mariana Vertenstein 2003-01-14