Changeset 22541


Ignore:
Timestamp:
03/15/18 06:59:43 (7 years ago)
Author:
seroussi
Message:

CHG: fixing AD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/transient_core.cpp

    r22533 r22541  
    9292                if(my_rank==0){
    9393                        printf("starting ocean coupling rank 0 \n");
    94                         printf("coupling time: %g \n",coupling_time);
     94                        printf("coupling time: "<< coupling_time <<"\n");
    9595                        ISSM_MPI_Send(&coupling_time,1,ISSM_MPI_DOUBLE,0,10001000,tomitgcmcomm);
    9696                        ISSM_MPI_Send(&time,1,ISSM_MPI_DOUBLE,0,10001001,tomitgcmcomm);
     
    9898                        ISSM_MPI_Recv(&oceannxsize,1,ISSM_MPI_INT,0,10001003,tomitgcmcomm,&status);
    9999                        ISSM_MPI_Recv(&oceannysize,1,ISSM_MPI_INT,0,10001004,tomitgcmcomm,&status);
    100                         printf("ocean time: %g \n",oceantime);
     100                        printf("ocean time: "<< oceantime<<"\n");
    101101                        printf("nx size: %i \n",oceannxsize);
    102102                        printf("ny size: %i \n",oceannysize);
Note: See TracChangeset for help on using the changeset viewer.