Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:40:22 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
c97d0cdf7b Andr*0001 c Ocean Parameters
                0002 c -------------------
a61477b8c0 Andr*0003       common /ocean_params/sstclim,siceclim,ksst,kice
                0004       logical sstclim,siceclim
c97d0cdf7b Andr*0005       integer ksst, kice
                0006 
e337e4ca8c Andr*0007 c Ocean Exports
                0008 c -------------------
c97d0cdf7b Andr*0009       common /ocean_exports/ sst, sice
9524fe64b5 Andr*0010       _RL sst(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nsx,Nsy)
                0011       _RL sice(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nsx,Nsy)
e337e4ca8c Andr*0012