Changes between Version 8 and Version 9 of schwarz_lmdz


Ignore:
Timestamp:
07/26/19 15:54:53 (4 years ago)
Author:
snguyen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schwarz_lmdz

    v8 v9  
    177177== coding details == 
    178178 
    179 The Schwarz parameters set by the user in `config.card` are read in `dyn3dmem/conf_gcm.F90`. 
    180  
    181 The Schwarz parameters that are needed by the different subroutines, including the loops limits, are defined in `dyn3d_common/control_mod.F90`. 
    182  
    183 The dynamic variables needed for storing and restoring are declared in `dyn3dmem/schwarz.F90`. 
     179The Schwarz parameters set by the user in `config.card` are read in : 
     180{{{ 
     181dyn3dmem/conf_gcm.F90 
     182}}} 
     183 
     184The Schwarz parameters that are needed by the different subroutines, including the loops limits, are defined in: 
     185{{{ 
     186dyn3d_common/control_mod.F90 
     187}}} 
     188 
     189The dynamic variables needed for storing and restoring are declared in: 
     190{{{ 
     191dyn3dmem/schwarz.F90 
     192}}} 
    184193 
    185194The physics variables are declared in: